Skip to main content

Returns all ResourceType resources.

GET 

/ResourceTypes

All ResourceType resources are listed in the response. The common fields for each ResourceType entry are 'endpoint', 'id', 'name', 'description', 'schema' and 'schemaExtensions'.

Request

Responses

Returns all ResourceType resources.

Schema
    totalResults integer

    Number of ResourceType resources returned.

    schemas string[]

    The ResourceTypes type represented by URN used for this response.

    Resources object[]
  • Array [
  • id string

    ID of the ResourceType.

    name string

    Name of the ResourceType.

    endpoint string

    The ResourceType's HTTP addressable endpoint relative to the Base URL.

    description string

    Description of the ResourceType.

    schema string

    The primary/base schema URI of the ResourceType.

    schemaExtensions undefined[]

    A list of URIs of the ResourceType's schema extensions.

    meta object

    Metadata of the ResourceType.

    location string

    The location of the ResourceType.

    resourceType string

    The SCIM resource type.

    schemas string[]

    The schema for the ResourceType resource.

  • ]
Loading...