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

KeyDatatypeRequiredDescription
pagenumberPage Number, usually starts with 0.
sizenumberSize of the page default value is 10

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}