cURL
curl --request GET \ --url http://localhost:8000/api/v1/integration_definition
[ { "integrationDefinitionId": "<string>", "name": "<string>", "key": "<string>", "icon": "<string>", "version": "<string>", "releaseStage": {}, "sourceUrl": "<string>", "integrationType": {}, "workspaceId": "<string>", "deleted": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "isLatest": true, "latestVersion": "<string>", "latestVersionSource": "<string>" } ]
Category integration belongs to Example: Ticketing, Documentation etc
Unique identifier used to identify all the other resources. You can find this in the UI after the host and /workspaces/{workspaceId}
The response is of type object[].
object[]