POST api/GlobalRegistry/GetComponentList

Request Information

URI Parameters

None.

Body Parameters

ComponentSearchDto
NameDescriptionTypeAdditional information
Name

string

None.

OrgId

integer

None.

PageNo

integer

None.

PageSize

integer

None.

Totalrecords

integer

None.

SortColoum

string

None.

IsDsc

boolean

None.

TakeCount

integer

None.

SkipCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "OrgId": 1,
  "PageNo": 2,
  "PageSize": 3,
  "Totalrecords": 4,
  "SortColoum": "sample string 5",
  "IsDsc": true,
  "TakeCount": 3,
  "SkipCount": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.