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": "debbda39-4d04-498a-a93b-5175768111ca",
  "CensureActive": true,
  "Search": "sample string 1",
  "Auto": "A",
  "EndTime": "2025-09-23T00:34:07.8035804+03:00",
  "UserUUIDCur": "e12649df-5a63-429c-960f-3437c749ccd7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]