\nid | \n(string): Entity ID Should be in the format \"srcid-{velarisId}\" when passing internal ID or \"extid-{externalId} when passi"
},
{
"info": {
"name": "Get Custom Object Instance Custom Links by ID",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.euw1.velaris.io/custom-objects/:coApiName/:id/links"
},
"docs": "This endpoint retrieves the links associated with a specific custom object by its API name and ID. \nRequest\n\n\n\n| Path Parameters | \n | \n \n\n\n\ncoApiName | \n(string): Custom Object API Name | \n \n\nid | \n(string): Custom Object Instance ID Should be in the format \"srcid-{velarisId}\" when passing internal ID "
},
{
"info": {
"name": "Add Custom Links for Custom Object Instances",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.euw1.velaris.io/custom-objects/:coApiName/:id/links",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This endpoint creates links for a specific custom object instance by its API name and ID. \nRequest\n\n\n\n| Path Parameters | \n | \n \n\n\n\ncoApiName | \n(string): Custom Object API Name. | \n \n\nid | \n(string): Custom Object Instance ID Should be in the format \"srcid-{velarisId}\" when passing internal ID or \"exti"
},
{
"info": {
"name": "Get Entity Custom Links By Link Api Name",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.euw1.velaris.io/core/:level/:id/links/:apiName"
},
"docs": "This endpoint retrieves the links associated with a specific entity by its level, ID, and custom link API name. \nRequest\n\n\n\n| Path Parameters | \n | \n \n\n\n\napiName | \n(string): Custom Link API Name | \n \n\nid | \n(string): Entity ID Should be in the format \"srcid-{velarisId}\" when passing internal ID or \"ext"
},
{
"info": {
"name": "Get Custom Links for Custom Objects By Link Api Name",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.euw1.velaris.io/custom-objects/:coApiName/:id/links/:apiName"
},
"docs": "This endpoint retrieves the links associated with a specific custom object by its API name, ID, and custom link API name. \nRequest\n\n\n\n| Path Parameters | \n | \n \n\n\n\ncoApiName | \n(string): Custom Object API Name | \n \n\nid | \n(string): Custom Object Instance ID Should be in the format \"srcid-{velarisId}\" wh"
},
{
"info": {
"name": "Archive Custom Links for System Entity",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.euw1.velaris.io/core/:level/:id/links/archive",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "This endpoint archives existing links of a specific system entity by passing its level and ID. \nRequest\n\n\n\n| Path Parameters | \n | \n \n\n\n\nid | \n(string): Entity ID Should be in the format \"srcid-{velarisId}\" when passing internal ID or \"extid-{externalId} when passing external ID. | \n \n\nlevel | \n(string)"
},
{
"info": {
"name": "Archive Custom Links for Custom Object Instance",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.euw1.velaris.io/custom-objects/:coApiName/:id/links/archive",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": " This endpoint archives existing links of a specific custom object instance by passing its API name and instance ID. \nRequest\n\n\n\n| Path Parameters | \n | \n \n\n\n\ncoApiName | \n(string): Custom Object API Name. | \n \n\nid | \n(string): Custom Object Instance ID Should be in the format \"srcid-{velarisId}\" when pa"
},
{
"info": {
"name": "Get Custom Object Definitions",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.euw1.velaris.io/custom-object-schemas"
},
"docs": "Returns list of custom object schemas. This includes information like custom object names, API names, and more. \n"
},
{
"info": {
"name": "Get CO instances",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.euw1.velaris.io/custom-objects/:co_api_name"
},
"docs": "Returns list of custom object instances. This includes information like custom object id, system attributes, and custom attributes \n"
},
{
"info": {
"name": "Create CO instance",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.euw1.velaris.io/custom-objects/:co_api_name",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Creates a custom object instance. External id, and custom attributes of the instance should be provided \n"
},
{
"info": {
"name": "Get CO instances V2",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.euw1.velaris.io/v2/custom-objects/:co_api_name"
},
"docs": "Returns list of custom object instances. This includes information like custom object id, system attributes, and custom attributes. \n"
},
{
"info": {
"name": "Get CO Instance by Id",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.euw1.velaris.io/custom-objects/:co_api_name/:instanceId"
},
"docs": "Returns the custom object instance with the given instance id. This includes the system attributes and the custom attributes of the instance. \nCustom object instance id should be in the following format. \n\nexample: srcid-1 , extid-abc-123 \n"
},
{
"info": {
"name": "Archive CO instance",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.euw1.velaris.io/custom-objects/:co_api_name/:instanceId/archive"
},
"docs": "Archives the custom object instance with the given instance id. \nCustom object instance id should be in the following format. \n\nexample: srcid-1 , extid-abc-123 \n"
},
{
"info": {
"name": "Restore CO Instance",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.euw1.velaris.io/custom-objects/:co_api_name/:instanceId/restore"
},
"docs": "Restore the custom object instance with the given instance id. \nCustom object instance id should be in the following format. \n\n- internal id →
srcid-(internal id) \n- external id →
extid-(external id) \n \nexample: srcid-1 , extid-abc-123 \n"
},
{
"info": {
"name": "Update CO instance",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.euw1.velaris.io/custom-objects/:apiName/:instanceId",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates custom object instance with the given instance id. External id, and custom attributes of the instance should be provided. \nCustom object instance id should be in the following format. \n\nexample: srcid-1 , extid-abc-123 \n"
},
{
"info": {
"name": "Search Custom Objects",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.euw1.velaris.io/custom-objects/:coApiName/search",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Search custom object instances using custom attributes \nThe request body should contain a list of filters up to 3 filters \n\nSupported Operators \nSearch custom object instances using custom attributes\n The request body should contain a list of filters up to 3 filters \n \n\n\n| Query Params | \n | \n \n\n\n\n| limit | \nNumber of records to fetch | \n \n\n| after | \nLast fetched instanceId | \n \n\n| archived | \nArchived state(true/false) | \n \n\n \n Req"
}
]
}
],
"bundled": true
} | | | | | | |