GET api/access/v1/companies/{companyId}/approved
Get the current assessment by your organisation onto the provided Company ID
Request Information
Requires Authorization!
In order to make a request to work 2 headers are required, a ClientId and a ClientSecretURI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyId |
The suppliers Company ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AssessmentName | Description | Type | Additional information |
---|---|---|---|
IsApproved | boolean |
None. |
|
PlantId | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsApproved": true, "PlantId": "794f1261-7d5d-4957-98a7-675e3ebb921f", "CompanyId": "ecc7903a-8ca2-43ba-be52-ba48a7bbd1d4" }
application/xml, text/xml
Sample:
<CompaniesController.Assessment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSG.Endpoints.ITOps.DataAPI.Areas.Access.Controllers.v1"> <CompanyId>ecc7903a-8ca2-43ba-be52-ba48a7bbd1d4</CompanyId> <IsApproved>true</IsApproved> <PlantId>794f1261-7d5d-4957-98a7-675e3ebb921f</PlantId> </CompaniesController.Assessment>