v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBCIs
Get List of CIs
Retrieves a list of configuration items (CIs) from your SysAid CMDB.
get/cis
Query parameters
limitinteger
The number of records to return per page, up to 500.
offsetinteger
The offset for pagination. Calculated as (page - 1) * limit (page starts at 1).
Response
Returns a list of CIs.
Example response
{
"limit": 20,
"total": 50,
"data": [
{
"id": 1,
"name": "DE-WXP-64-QA05"
}
]
}