Get Association Type By Id

Get Association Type By Id

The API returns a specific association type, based on the association type id.

Request
URI
GET
https://{api_host}/endpoint-configuration-service/api/associationtypes/{id}
COPY
Path Parameters
string
id
Required

The id of the association type to be retrieved.


Responses
200
Returns AssociationType of type(s) */*
{
    "lastUpdated": "string",
    "createdDate": "string",
    "toType": "string",
    "fromType": "string",
    "name": "string",
    "description": "string",
    "id": "string",
    "version": 0,
    "cardinality": 0
}
string As date-time As date-time
lastUpdated
Optional

lastUpdated

string As date-time As date-time
createdDate
Optional

createdDate

string
toType
Optional

toType

string
fromType
Optional

fromType

string
name
Optional

name

string
description
Optional

description

string As uuid As uuid
id
Optional

id

integer As int64 As int64
version
Optional

version

integer As int32 As int32
cardinality
Required

cardinality


403

Unauthorized.

Operation doesn't return any data structure

404

Association type with the specified id does not exist.

Operation doesn't return any data structure