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": "a04652ad-da7a-4af5-9230-9d148f863d6f",
  "CensureActive": true,
  "Search": "sample string 1",
  "Auto": "A",
  "EndTime": "2025-04-19T08:44:33.2649087+03:00",
  "UserUUIDCur": "75fe45dc-a802-4491-9eb0-ce6b8ae1545e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]