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": "babc51a4-0a85-4519-90ab-568b91d6f0af",
  "CensureActive": true,
  "Search": "sample string 1",
  "Auto": "A",
  "EndTime": "2026-09-19T13:09:09.650491+03:00",
  "UserUUIDCur": "d4936a8b-7164-4d5a-b388-6fa13580beaa"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]