All URIs are relative to http://localhost:5055/api/v1
| Method | HTTP request | Description |
|---|---|---|
| get_person_by_person_id | GET /person/{personId} | Get person details |
| get_person_combined_credits | GET /person/{personId}/combined_credits | Get combined credits |
models::PersonDetails get_person_by_person_id(person_id, language) Get person details
Returns person details based on provided personId in a JSON object.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| person_id | f64 | [required] | ||
| language | Option<String> |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::GetPersonCombinedCredits2XxResponse get_person_combined_credits(person_id, language) Get combined credits
Returns the person's combined credits based on the provided personId in a JSON object.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| person_id | f64 | [required] | ||
| language | Option<String> |
models::GetPersonCombinedCredits2XxResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]