File Object
Last Modified on 09/09/2018 7:59 am MDT
Field Overview
Name |
Type |
Example |
Notes |
project_id |
String |
559f118932131c6576ccb5be |
*Required unique identifier |
name |
String |
File Name |
*Required. |
status |
String |
active |
*Required. Can be one of the following: 'active', 'deleted'. |
Example Response
stdClass Object
(
[valid] => 1
[data] => stdClass Object
(
[id] => 55e098bb32131c52607b245f
[type] => file
[project_id] => 559f118932131c6576ccb5be
[name] => adfs_partytrust_wizard.png
[chunk_size] =>
[length] => 51785
[md5] =>
[contentType] => image/png
[date_created] => 08/28/2015 1:22 pm EDT
[date_modified] => 08/28/2015 1:22 pm EDT
[status] => active
[url] => {public URL to resource}
)
)