Hi!
What are the default values returned by the API for empty fields?
As I understand the default value depends on the field type. So for integers it is '0', for strings it is 'null', and for ids it is '""' (epmty string). For example:
{
"budget" => 0,
"imdb_id" => "",
"overview" => nil
}
Is it correct? Is there any documentation for this?
Fılmdi nemese kórsetimdi taba almadyńyz ba? Ony jasaý úshin kirińiz.
Want to rate or add this item to a list?
Not a member?
Travis Bell jaýaby
2015 Aqpan 1 kúni 10:37 AM ýaqytynda
Hi Kostya,
There isn't any documentation on this. There's some overviews that will be an empty string as opposed to a nil value.
I've created a new ticket for this and will look at it when I get some time.
Cheers.
Kostya Dubinin jaýaby
2015 Aqpan 10 kúni 6:30 PM ýaqytynda
Thanks!