Skip to main content

Get Resource

GET 

/resources/:id

Returns a Resource by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the Resource

Responses

A Resource

Schema

    id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    relay_application

    object

    id uuid

    A unique identifier for the Resource

    name string
    reference string
Loading...