Groups API

Section: Files

This section performs operations against assets/files belonging to specified groups

Available Resource List

Action Type Resource Description
File List http://api.dmds.com/api/v1/groups/{groupname}/files Resource for listing files/assets based on specified groupname criteria
House ID gets http://api.dmds.com/api/v1/groups/{groupname}/houseid/{houseid} Resource for listing releases/assets/organizations which are a part of the groupname with the specified houseid criteria



File List

Http Operations Supported

  • GET

HTTP GET Resource URI

  • GET http://api.dmds.com/api/v1/groups/{groupname}/files

Supported Http Request Accept Types

  • application/xml
  • text/xml
  • application/json

Resource Parameters

Parameter Location Parameter Type Description Examples
groupname URI Alphanumeric The group name to retrieve assets/files for fox, fox123
fileStateID (optional) URI Numeric A filter to only return files of the specified FileStateID. 2

Supported Response Types

  • application/xml
  • text/xml
  • application/json

Output Schema




File List

Http Operations Supported

  • GET

HTTP GET Resource URI

  • GET http://api.dmds.com/api/v1/groups/{groupname}/houseid/{houseid}

Supported Http Request Accept Types

  • application/xml
  • text/xml
  • application/json

Resource Parameters

Parameter Location Parameter Type Description Examples
groupname URI Alphanumeric The group name to retrieve associated house id details for. Only House IDs entered within organizations which are a part of this group will be displayed fox, fox123
houseid URI Alphanumeric The house ID to retrieve details for ABC123, Z12345678

Supported Response Types

  • application/xml
  • text/xml
  • application/json

Output Schema





API Reference