Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 2.14 KB

File metadata and controls

72 lines (40 loc) · 2.14 KB

\PersonApi

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

get_person_by_person_id

models::PersonDetails get_person_by_person_id(person_id, language) Get person details

Returns person details based on provided personId in a JSON object.

Parameters

Name Type Description Required Notes
person_id f64 [required]
language Option<String>

Return type

models::PersonDetails

Authorization

apiKey, cookieAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_person_combined_credits

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.

Parameters

Name Type Description Required Notes
person_id f64 [required]
language Option<String>

Return type

models::GetPersonCombinedCredits2XxResponse

Authorization

apiKey, cookieAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]