Select Profile
1. API Description
This API is used to select a profile. Only available in profile mode.
Request mode: POST [ip]/api/profile/select
| Administrator Rights | Login Authentication |
|---|---|
| No | Yes |
2. Input Parameters
| Parameter | Type | Description |
|---|---|---|
| id | Int | Profile ID |
3. Output Parameters
| Parameter | Type | Description |
|---|---|---|
| status | Int | Status code |
4. Example
Select profile with ID=1
Request Example
{
"id": 1
}
Output Example
{
"status": 0
}