Domain name for API request: mps.intl.tencentcloudapi.com.
This API is used to query an episode project.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: QueryProject. |
| Version | Yes | String | Common Params. The value used for this API: 2019-06-12. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| ProjectId | No | String | Project ID. |
| ProjectName | No | String | Project name. |
| Page | No | Integer | Page number. Value range: starts from 1. Default value: 1. |
| PageSize | No | Integer | Number of items per page. Default value: 20. |
| Parameter Name | Type | Description |
|---|---|---|
| Total | Integer | Total number of eligible items. |
| Data | Array of Project | Project data. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: mps.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: QueryProject
<Common request parameters>
{
"ProjectId": "458f16b1-7da9-4a56-a841-78567c5bee48",
"ProjectName": "Battle Through the Heavens",
"Page": 1,
"PageSize": 20
}
{
"Response": {
"Data": [
{
"CreatedAt": 1775011251,
"Description": "Fantasy-themed audio drama",
"ProjectId": "458f16b1-7da9-4a56-a841-78567c5bee48",
"ProjectName": "Battle Through the Heavens",
"Speakers": [
{
"AgeGroup": "youth",
"Description": "Protagonist Xiao Yan",
"Gender": "male",
"NameTerms": [
{
"Dst": "Xiao Yan",
"Src": "Xiao Yan"
}
],
"SpeakerId": "xiao_yan",
"VoiceId": "voice_001"
}
],
"TermBase": [
{
"Dst": "Canaan College",
"Src": "Canaan Academy"
}
],
"UpdatedAt": 1775011251
}
],
"Total": 1,
"RequestId": "7f1115a9-5cfa-4455-9800-d354ade736c5"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback