Skip to main content

Fetch entity detail

GET 

/v1/entities/:id

Retrieves the details of an entity that has previously been created. Supply the unique entity ID that was returned from your previous request, and Bookkeep will return the corresponding entity information. Authentication

Request

Path Parameters

    id stringrequired

    Unique identifier for the object.

Responses

Returns an entity

Schema
    object required

    Default value: entity

    id stringrequired

    Unique identifier for the Entity object.

    name stringnullablerequired

    Name of Entity.

    reports string[]nullablerequired

    Array of report names for this entity.

Loading...