curl --request GET \
--url https://api.alpha-1edtech.ai/ims/case/v1p1/CFAssociations/{sourcedId} \
--header 'Authorization: Bearer <token>'{
"CFAssociation": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"associationType": "<string>",
"uri": "<string>",
"originNodeURI": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"uri": "<string>"
},
"destinationNodeURI": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"uri": "<string>"
},
"lastChangeDateTime": "2023-11-07T05:31:56Z",
"sequenceNumber": 123,
"CFAssociationGroupingURI": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"uri": "<string>"
},
"notes": "<string>",
"extensions": {},
"CFDocumentURI": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"uri": "<string>"
}
}
}Returns a specific CASE Association identified by its sourcedId
curl --request GET \
--url https://api.alpha-1edtech.ai/ims/case/v1p1/CFAssociations/{sourcedId} \
--header 'Authorization: Bearer <token>'{
"CFAssociation": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"associationType": "<string>",
"uri": "<string>",
"originNodeURI": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"uri": "<string>"
},
"destinationNodeURI": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"uri": "<string>"
},
"lastChangeDateTime": "2023-11-07T05:31:56Z",
"sequenceNumber": 123,
"CFAssociationGroupingURI": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"uri": "<string>"
},
"notes": "<string>",
"extensions": {},
"CFDocumentURI": {
"sourcedId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"uri": "<string>"
}
}
}The access token received from the authorization server in the OAuth 2.0 flow.
The sourcedId of the CASE Association
CASE Association
Represents a relationship between framework items.
Show child attributes