GET v1/entityquery/{WilhelmstiftValue}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
WilhelmstiftValue

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

PagedResultOfObject
NameDescriptionTypeAdditional information
TotalCount

integer

None.

Page

integer

None.

PageSize

integer

None.

HasPreviousPage

boolean

None.

HasNextPage

boolean

None.

TotalPages

integer

None.

Items

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {},
    {}
  ],
  "TotalCount": 1,
  "Page": 2,
  "PageSize": 3,
  "HasNextPage": false,
  "HasPreviousPage": true,
  "TotalPages": 1
}