Get component identifier types for a company in SiGREEN.
GET {{baseUrl}}/components/identifierTypes?page=0&size=10
API to get component identifier types in a company in SiGREEN.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Page Number, usually starts with 0. | |
size | number | Size of the page default value is 10 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"C98BE31E-3698-412D-91E3-8270102CC7D5","idType":"C23523-233","isMainIdentifierType":true},{"id":"C98BE31E-3698-412D-91E3-8270102CC7D5","idType":"C23523-233","isMainIdentifierType":true}],"hasNext":true,"hasPrev":false,"page":0,"pageNumber":1,"size":10,"totalPages":120}