Description
Request Method
ActionUrl/api/v1/profile/{profile-uuid}
Request Parameter Name | Description | Required | {profile-uuid} | the id of the requested Profile
|
|
Response Elements Name | Description | response | the Response Element | data | the data of the selected Profile Element |
Examples
Example Request
URL: http://localhost:8080/api/v1/profile/df694838-a8bc-44a2-8fc7-e162ca211a6f
Example Response {
"response": {
"status": "ok",
"message": "",
"requestID": "c253f62e-4b64-11e1-bce2-0023ae8ddf40"
},
"data": {
"name": "Apple Ipad x264(640x480) aac(160kb 48kHz stereo)",
"description": "",
"format": {
"id": "ipod",
"ext": "m4v"
},
"video": {
"id": "libx264",
"b": "2400",
"maxrate": "10000",
"bufsize": "10000",
"g": "66",
"loop": "1",
"qmin": "10",
"qmax": "51",
"qdiff": "4",
"coder": "0",
"bf": "2",
"refs": "2",
"wpred": "0",
"dct8x8": "0",
"wpredp": "0",
"me_range": "16",
"time_base": "1/25",
"aspect": "64/45",
"width": "640",
"height": "480",
"global_header": "1"
},
"audio": {
"id": "aac",
"ab": "160000",
"ac": "2",
"ar": "48000",
"global_header": "1"
},
"uuid": "df694838-a8bc-44a2-8fc7-e162ca211a6f"
}
}
Related Operations
|
|