GET api/admin/{adminId}/projects/{projectId}/keys/{keyId}/links?pageSize={pageSize}&pageNumber={pageNumber}&orderby={orderby}

Get all references for admin (links) OrderBy -> referenceOnForum(ascending) -referenceOnForum(descending); referenceOnPost -referenceOnPost; anchor -anchor; crmName -crmName; email -email; status -status; date -date.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

keyId

integer

Required

adminId

string

Required

pageSize

integer

Default value is 0

pageNumber

integer

Default value is 0

orderby

string

Default value is

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.