GET api/ListCategoryClasses/GetSinceUTC/{minDTO}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
minDTO

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ListCategoryClass
NameDescriptionTypeAdditional information
ListCategoryID

integer

None.

ListID

integer

None.

CategoryID

integer

None.

ListCategoryOrder

integer

None.

SyncDateTime

string

None.

SyncRemoteID

integer

None.

UpdatedAt

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ListCategoryID": 1,
    "ListID": null,
    "CategoryID": null,
    "ListCategoryOrder": null,
    "SyncDateTime": "sample string 2",
    "SyncRemoteID": null,
    "UpdatedAt": null
  },
  {
    "ListCategoryID": 1,
    "ListID": null,
    "CategoryID": null,
    "ListCategoryOrder": null,
    "SyncDateTime": "sample string 2",
    "SyncRemoteID": null,
    "UpdatedAt": null
  }
]

application/xml, text/xml

Sample:
<ArrayOfListCategoryClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService">
  <ListCategoryClass>
    <UpdatedAt xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService.Models" />
    <CategoryID i:nil="true" />
    <ListCategoryID>1</ListCategoryID>
    <ListCategoryOrder i:nil="true" />
    <ListID i:nil="true" />
    <SyncDateTime>sample string 2</SyncDateTime>
    <SyncRemoteID i:nil="true" />
  </ListCategoryClass>
  <ListCategoryClass>
    <UpdatedAt xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService.Models" />
    <CategoryID i:nil="true" />
    <ListCategoryID>1</ListCategoryID>
    <ListCategoryOrder i:nil="true" />
    <ListID i:nil="true" />
    <SyncDateTime>sample string 2</SyncDateTime>
    <SyncRemoteID i:nil="true" />
  </ListCategoryClass>
</ArrayOfListCategoryClass>