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": "d41b6977-8615-4a25-ae90-db7205eabf8d",
  "CensureActive": true,
  "Search": "sample string 1",
  "Auto": "A",
  "EndTime": "2026-06-20T22:52:20.5164263+03:00",
  "UserUUIDCur": "ecad371a-5fc1-4904-98cb-ed1ab17bc89a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]