GET api/admin/lookupdictionary?from={from}&count={count}

Gets a list of look up dictionary records.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from

a valid date time that will tell the service to get only the records updated since this date. When not provided it will get all available records.

date

None.

count

set it to 1 to include the total count in a header.

integer

None.

Body Parameters

None.

Response Information

Resource Description

An Http response message with the folliwing status codes: 200 = success (always includes the list of look up dictionary records; however this list can be empty), 500 = something went wrong (the request was not processed)

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.