Get Organization By Id
Version 1.0.0
Endpoint
GET
undefined/organization/{id}
Copy
Retrieves an organization using the CIMS Company ID. Filter Correlated IDs by Correlated Type.
http
scheme:bearer
Path Parameters
Query Parameters
Body Parameters
Responses
Successful Response
Body
application/json
REQUEST
1
2
3curl --request GET \
--url 'https://example.com/organization/2e490bb5-7c56-5dc6-bed9-8668ddc21017?correlated_id_type=' \
--header 'accept: application/json'RESPONSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89{
"id": "a8216bbf-fb08-48cd-982f-e238d3ecb828",
"href": "https://cims-westus2-poc-cims-container-as.azurewebsites.net/organization/a8216bbf-fb08-48cd-982f-e238d3ecb828",
"name": "Florida Department of Labor and Employment Security",
"@type": "string",
"status": "initiated",
"otherName": [
{
"name": "string",
"@type": "string",
"validFor": {
"endDateTime": "2026-01-26T09:01:49.266Z",
"startDateTime": "2026-01-26T09:01:49.266Z"
},
"tradingName": "string"
}
],
"tradingName": "Bureau of Compliance",
"isHeadOffice": false,
"existsDuring": {
"endDateTime": "2026-01-26T09:01:49.266Z",
"startDateTime": "2026-01-26T09:01:49.266Z"
},
"relatedParty": [
{
"id": "0daf2215-f76f-48ff-8959-a440c0d3bd2b",
"href": "https://cims-westus2-poc-cims-container-as.azurewebsites.net/organization/0daf2215-f76f-48ff-8959-a440c0d3bd2b",
"name": "string",
"role": "string",
"@type": "string",
"@referredType": "string"
}
],
"contactMedium": [
{
"@type": "string",
"validFor": {
"endDateTime": "2026-01-26T09:01:49.266Z",
"startDateTime": "2026-01-26T09:01:49.266Z"
},
"preferred": false,
"mediumType": "Postal Address",
"characteristic": {
"city": "Miami",
"@type": "string",
"country": "US",
"street1": "492 KOLLER STREET",
"street2": "string",
"postCode": "94110",
"faxNumber": "string",
"contactType": "Telephone Number",
"phoneNumber": "14135273445",
"emailAddress": "florida_labor@gmail.com",
"stateOrProvince": "FL"
}
}
],
"organizationIdentification": [
{
"@type": "string",
"identificationId": "001000905",
"identificationType": "D&B"
}
],
"organizationChildRelationship": [
{
"@type": "string",
"organization": {
"id": "348882b5-4072-4f5f-a931-7134252b266b",
"href": "https://cims-westus2-poc-cims-container-as.azurewebsites.net/organization/348882b5-4072-4f5f-a931-7134252b266b",
"name": "string",
"@type": "string",
"@referredType": "string"
},
"relationshipType": "string"
}
],
"organizationParentRelationship": {
"@type": "string",
"organization": {
"id": "348882b5-4072-4f5f-a931-7134252b266b",
"href": "https://cims-westus2-poc-cims-container-as.azurewebsites.net/organization/348882b5-4072-4f5f-a931-7134252b266b",
"name": "string",
"@type": "string",
"@referredType": "string"
},
"relationshipType": "string"
}
}