7.1 Resource list

GET http://{{rip_ip}}:5438/resources/list/{{resource_type}}

Gets the list of resources of the type defined by ResourceType.

Response

Array of objects containing the name, GUID and last modification date. Optionally the associated metadata containing information like variants, media name, etc..

  • Name (string) : Name of the resource.
  • GUID (guid) : ResourceGUID.
  • Date (string) : Last modification UTC date and time.
  • Meta (object, optional) : Metadata specific to the resource type. Often containing the user's visible name.
  • Domain (string, optional) : Public (readonly) or Private. When not set then Private is assumed.