Parameter | Description |
---|---|
Count | Number of items to return at most. Possible values: 1 - 100. |
Cursor | Most recent known id, return items with IDs after this one. |
Format | Either short or full to include less or more issue details. |
{
"cursor": 49,
"issues": [
{
"id": 0,
"sourceId": "<string>",
"status": "<string>",
"type": "<string>",
"source": "<string>",
"sourceLabel": "<string>",
"sourceType": "<string>",
"severity": 3,
"updated": 1251936462456,
"detected": 989253680654,
"item": {
"type": "<string>",
"displayName": "<string>",
"issueInitiator": {
"name": "<string>",
"email": "<string>"
}
},
"policies": []
},
{
"id": 2,
"sourceId": "<string>",
"status": "<string>",
"type": "<string>",
"source": "<string>",
"sourceLabel": "<string>",
"sourceType": "<string>",
"severity": 4,
"updated": 1780634197990,
"detected": 728172460694,
"item": {
"type": "<string>",
"displayName": "<string>"
},
"policies": []
}
]
}
Was this page helpful?