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": "a616f63a-735c-40f8-91b4-0c12247cd901",
  "lookupKey": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "createdDateUtc": "2024-08-31T08:34:07.4015069+00:00",
  "updatedDateUtc": "2024-08-31T08:34:07.4015069+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>2024-08-31T08:34:07.4015069+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2024-08-31T08:34:07.4015069+00:00</UpdatedDateUtc>
  <Description>sample string 4</Description>
  <IntegrationTypeId>a616f63a-735c-40f8-91b4-0c12247cd901</IntegrationTypeId>
  <LookupKey>sample string 2</LookupKey>
  <Name>sample string 3</Name>
</IntegrationTypeRepresentation>