# Get legal entities by Engagement GUID **GET /api/v1.0/engagements/{engagementSid}/legal-entities** ## Servers - Production server: https://sharedapi.adra.com (Production server) - Stage server: https://sharedapi.adrastage.com (Stage server) - Test server: https://sharedapi.adratest.com (Test server) - Dev server: https://sharedapi.adradev.com (Dev server) ## Authentication methods - Adra personal access token ## Parameters ### Path parameters - **engagementSid** (string) Short identifier for engagement (as in URLs) ### Query parameters - **$filter** (string) OData $filter parameter - **$orderby** (string) OData $orderby parameter - **$top** (integer(int64)) OData $top parameter - **$skip** (integer(int64)) OData $skip parameter - **$count** (boolean) OData $count parameter ## Responses ### 200 OK #### Body: application/json (object) - **value** (array[object]) - **@odata.count** (string | null) - **@odata.nextPage** (string | null) ### 400 Bad Request #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 401 Unauthorized #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 403 Forbidden #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 404 Not Found #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### default Error #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)