Skip to main content

Get config object details​

This gets the list of object configurations which are known to the tenant export/import service. Object configurations that contain "importUrl" and "exportUrl" are available for export/import.

Responses

Object configurations returned successfully.


Schema array
  • objectType string

    The object type this configuration is for.

  • resolveByIdUrl object

    Url and query parameters to be used to resolve this type of object by Id.

  • url string

    URL for the target object endpoint.

  • query object

    Any query parameters that are needed for the URL.

  • resolveByNameUrl object[]

    Url and query parameters to be used to resolve this type of object by name.

  • url string

    URL for the target object endpoint.

  • query object

    Any query parameters that are needed for the URL.

  • exportUrl object

    Format of resolver URLs for Object Configurations

  • url string

    URL for the target object endpoint.

  • query object

    Any query parameters that are needed for the URL.

  • exportRight string

    Rights needed by the invoker of sp-config/export in order to export this type of object.

  • exportLimit int32

    Pagination limit imposed by the target service for this object type.

  • importUrl object

    Format of resolver URLs for Object Configurations

  • url string

    URL for the target object endpoint.

  • query object

    Any query parameters that are needed for the URL.

  • importRight string

    Rights needed by the invoker of sp-config/import in order to import this type of object.

  • importLimit int32

    Pagination limit imposed by the target service for this object type.

  • referenceExtractors string[]

    List of json paths within an exported object of this type that represent references that need to be resolved.

  • signatureRequired boolean

    Default value: false

    If true, this type of object will be JWS signed and cannot be modified before import.

Loading...