GET api/products?page={page}&pagesize={pagesize}&updatedsince={updatedsince}

Requires authentication. Get products list If successful returns "200 OK", with the body of the response containing a representation of the products list If not found, returns "404 Not Found" If CRM operations fail for an un-recoverable reason, the service returns "502 Bad Gateway" Any other server-side errors return "500 Internal Server Error"

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

Which page of results is requested? Default 1

integer

Default value is 1

pagesize

How many results per page? Default 10?

integer

Default value is 10

updatedsince

YYY-MM-DD Filter results to those modified after this date. Default null

date

None.

Body Parameters

None.

Response Information

Resource Description

ProductListRepresentation
NameDescriptionTypeAdditional information
TotalResults

integer

None.

TotalPages

integer

None.

Page

integer

None.

ResourceList

Collection of ProductRepresentation

None.

Links

Collection of Link

None.

Response Formats

application/json, text/json, application/hal+json, application/hal+xml

Sample:

Sample not available.