Skip to main content

Get company by ID

GET 

/api/inspect/v1/company/:id

Fetch a company that the user has access to with the ID of the company.

Request

Path Parameters

    id stringrequired

    ID of the company to fetch

Responses

200 response

Schema

    data

    object

    A business entity hosting the asset health data on screening eagle inspect platform

    createdAt int64

    Timestamp when the company was created in milliseconds

    createdBy int64

    ID of the user who created the company

    name string

    Name of the company

    pictureURL uri

    URL to the company logo

    id uuid

    Unique identifier (ID) for the company

    owner int64

    User ID of the company owner

    regionalEndpoint uri

    Possible values: [https://eu-stg-io.screeningeagle.com, https://jp-stg-io.screeningeagle.com, https://sg-stg-io.screeningeagle.com, https://uk-stg-io.screeningeagle.com, https://us-stg-io.screeningeagle.com]

    Regional endpoint for the company. This endpoint is used to access the regional data of the company like assets, spots, etc.

    updatedAt int64

    Timestamp when the company was last updated in milliseconds

    updatedBy int64

    ID of the user who last updated the company

Loading...