GET api/CataloguePollingDeliveriesResults

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CataloguePollingResult
NameDescriptionTypeAdditional information
ResultID

integer

None.

DetailLog

string

None.

DateStarted

date

None.

DateCompleted

date

None.

CatalogueID

integer

None.

Outcome

ePollingOutcome

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ResultID": 1,
    "DetailLog": "sample string 2",
    "DateStarted": "2024-05-17T09:11:54.0522472+00:00",
    "DateCompleted": "2024-05-17T09:11:54.0522472+00:00",
    "CatalogueID": 3,
    "Outcome": 0
  },
  {
    "ResultID": 1,
    "DetailLog": "sample string 2",
    "DateStarted": "2024-05-17T09:11:54.0522472+00:00",
    "DateCompleted": "2024-05-17T09:11:54.0522472+00:00",
    "CatalogueID": 3,
    "Outcome": 0
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.