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
Items

Collection of Object

None.

TotalCount

integer

None.

Page

integer

None.

PageSize

integer

None.

HasNextPage

boolean

None.

HasPreviousPage

boolean

None.

TotalPages

integer

None.

Response Formats

application/json, text/json

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