curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/out-of-date-board-nodes \
--header 'Authorization: <api-key>'{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"items": [
{
"boardID": "<string>",
"nodeId": "<string>",
"appId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
]
}ListOutOfDateBoardNodes will list all of the board nodes which are using an operation for a schema which is not the one currently assigned to the corresponding app.
curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/out-of-date-board-nodes \
--header 'Authorization: <api-key>'{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"items": [
{
"boardID": "<string>",
"nodeId": "<string>",
"appId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
]
}^([^:,]+:[^:,]+)(,[^:,]+:[^:,]+)*$