Acquire a list of Profiles
This is an API function to acquire a list of profiles. This API function corresponds to the operation on the screen that is displayed by selecting the [Profile] on the operation screen of Manager.
= Remarks =
The response parameters under the content layer of this API function are the same as the response parameters of the acquire profile details API function. |
|
Item name | Request parameter | Type | Value | Default value |
---|---|---|---|---|
Unit ID | unitId | String | Exact match | |
Unit Name | unitName | String |
Maximum 64 characters Exact match |
|
Profile ID | profileId | String | Exact match | |
Profile Name | profileName | String |
Maximum 64 characters Exact match |
|
Sort Order | sort | String |
"+parameter-name" | "-parameter-name" • +: Ascending order • -: Descending order If you specify multiple parameters, divide values by a comma (,). |
+profileName |
Number of pages | page | Integer |
Specify a number from zero. If the number of pages is 1, specify 0. |
0 |
Number of items per page | size | Integer | 10 |
Item name | Parameter name |
---|---|
Profile ID | profileId |
Profile Name | profileName |
Profile Version | profileVersion |
Unit ID | unit.unitId |
Unit Name | unit.unitName |
|
For details of the parameters under the content layer, see Response parameter described in Acquire profile details.
Also, for details about the parameters for page settings (first, last, number, numberOfElements, size, sort, totalElements, totalPages), see Response parameters for page settings.