Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of app profile values.

Collection of Nano.AppProfileValue
NameDescriptionTypeAdditional information
name

Gets or sets the name.

string

None.

type

Gets or sets the type.

string

None.

value

Gets or sets the value.

string

None.

id

Gets or sets the application event identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample String 1",
    "type": "sample String 2",
    "value": "sample String 3",
    "id": "4",
    "app": "5"
  },
  {
    "name": "sample String 1",
    "type": "sample String 2",
    "value": "sample String 3",
    "id": "4",
    "app": "5"
  }
]

text/html

Sample:
[{"name":"sample String 1","type":"sample String 2","value":"sample String 3","id":"4","app":"5"},{"name":"sample String 1","type":"sample String 2","value":"sample String 3","id":"4","app":"5"}]

application/xml, text/xml

Sample:
<ArrayOfAppProfileValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppProfileValue>
    <Name>sample String 1</Name>
    <Type>sample String 2</Type>
    <Value>sample String 3</Value>
    <AppProfileValueId>4</AppProfileValueId>
    <AppId>5</AppId>
  </AppProfileValue>
  <AppProfileValue>
    <Name>sample String 1</Name>
    <Type>sample String 2</Type>
    <Value>sample String 3</Value>
    <AppProfileValueId>4</AppProfileValueId>
    <AppId>5</AppId>
  </AppProfileValue>
</ArrayOfAppProfileValue>

application/vnd.api+json

Sample:

Sample not available.