Skip to content

List Items

Definition

GET /apis/v2/{SERVICE_ID}/{ITEMS_NAME}

Description

Get the list of the service’s available items.

Details:

  • If the user has not the right permission, it will return an empty array.
  • The descriptions are returned in the user’s language.

Permissions

The user needs to have the permission:

SERVICE_ID=read

To read an item, the user needs to have the associated Application Publisher Profile, if not the item’s content mode should be set to any value but NONE.

Parameters

No additional parameters.

Response

HTTP code Reason
200 Success
500 Unexpected exception

When the query is successful, the HTTP response is a 200 OK and returns the list of the items facades:

[
    {
        "appKey" : "",
        "name" : "Invoice analysis - Failed invoice amount and count per month (bar and line charts, rolling 12 month)_1",
        "description" : "Invoice analysis - Failed invoice amount and count per month (bar and line charts, rolling 12 month)",
        "calculatedContentMode" : "EDITABLE",
        "appInfo" : "",
        "lastModifiedBy" : "roxane.mace@amalto.com",
        "lastModifiedDate" : 1520585872348,
        "revisionId" : "fe1915748822b9fbf3da6f344e3a0d9f"
    },
    {
        "appKey" : "",
        "name" : "Invoice analysis - Failed invoice amount and count per month (bar and line charts, rolling 12 month)_2",
        "description" : "Invoice analysis - Failed invoice amount and count per month (bar and line charts, rolling 12 month)",
        "calculatedContentMode" : "EDITABLE",
        "appInfo" : "",
        "lastModifiedBy" : "roxane.mace@amalto.com",
        "lastModifiedDate" : 1520585884098,
        "revisionId" : "e80d32a0dbf100a915034b7e0cb7d13d"
    },
    {
        "appKey" : "",
        "name" : "Invoice analysis - Failed invoice amount and count per month (bar and line charts, rolling 12 month)_3",
        "description" : "Invoice analysis - Failed invoice amount and count per month (bar and line charts, rolling 12 month)",
        "calculatedContentMode" : "EDITABLE",
        "appInfo" : "",
        "lastModifiedBy" : "roxane.mace@amalto.com",
        "lastModifiedDate" : 1520585901468,
        "revisionId" : "0cce2ba8d1816166e8eb56815dda290a"
    }
]