Cyan Web API - Version 1


GET api/integrationTypes?{lookupKey}

            Gets an IntegrationType by LookupKey
            

Request Information

Parameters

NameDescriptionAdditional information
lookupKey

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "integrationTypeId": "003de718-3fd5-404e-9cf3-61096c6e89f6",
  "lookupKey": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "createdDateUtc": "2025-04-21T01:01:00.1911609+00:00",
  "updatedDateUtc": "2025-04-21T01:01:00.1911609+00:00"
}

application/xml, text/xml

Sample:
<IntegrationTypeRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <CreatedDateUtc>2025-04-21T01:01:00.1911609+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-04-21T01:01:00.1911609+00:00</UpdatedDateUtc>
  <Description>sample string 4</Description>
  <IntegrationTypeId>003de718-3fd5-404e-9cf3-61096c6e89f6</IntegrationTypeId>
  <LookupKey>sample string 2</LookupKey>
  <Name>sample string 3</Name>
</IntegrationTypeRepresentation>