POST api/AdminUsers/AdmGetBlock

AdmGetBlock

Request Information

URI Parameters

None.

Body Parameters

GetBlock_Request
NameDescriptionTypeAdditional information
BlockUUID

globally unique identifier

None.

CensureActive

boolean

None.

Search

string

None.

Auto

character

None.

EndTime

date

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "BlockUUID": "4fbc3bf7-db9a-4e33-8093-8173ac807d2f",
  "CensureActive": true,
  "Search": "sample string 1",
  "Auto": "A",
  "EndTime": "2026-03-21T23:34:12.6793353+02:00",
  "UserUUIDCur": "dd85753a-1c5c-4cf5-8d85-dc50ba498ab5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]