Skip to content

Latest commit

 

History

History
98 lines (50 loc) · 2.37 KB

AwardsApi.md

File metadata and controls

98 lines (50 loc) · 2.37 KB

\AwardsApi

All URIs are relative to https://api4.thetvdb.com/v4

Method HTTP request Description
get_all_awards GET /awards
get_award GET /awards/{id}
get_award_extended GET /awards/{id}/extended

get_all_awards

crate::models::GetAllAwards200Response get_all_awards()

Returns a list of award base records

Parameters

This endpoint does not need any parameter.

Return type

crate::models::GetAllAwards200Response

Authorization

bearerAuth

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_award

crate::models::GetAward200Response get_award(id)

Returns a single award base record

Parameters

Name Type Description Required Notes
id f32 id [required]

Return type

crate::models::GetAward200Response

Authorization

bearerAuth

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_award_extended

crate::models::GetAwardExtended200Response get_award_extended(id)

Returns a single award extended record

Parameters

Name Type Description Required Notes
id f32 id [required]

Return type

crate::models::GetAwardExtended200Response

Authorization

bearerAuth

HTTP request headers

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

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