Download OpenAPI specification:Download
Using your Mediagraph account via API with a Personal Access Token or OAuth Access Token:
All endpoints using Personal Access Tokens (besides User specifics) require the OrganizationId
header which can be found in "Profile Settings" when logged into the Organization.
Example: curl -u :8b5913aea36379a098fb4187d8a5face -H "OrganizationId: 100" "https://api.mediagraph.io/api/assets/search?q=sunset"
OAuth Access Tokens use the Authorization header and are implicitly associated with the authorized Organization:
Example: curl -H "Authorization: Bearer 098fb4187d8a5face" "https://api.mediagraph.io/api/assets/search?q=sunset"
Get versions for an Asset.
asset_id | integer Example: asset_id=132 Asset ID |
include_renditions | boolean Example: include_renditions=true Include list of downloadable sizes and formats |
[- {
- "id": 133,
- "asset_id": 132,
- "user_id": 1218,
- "number": 2,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "qui.flac",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "flac",
- "created_via": null,
- "previews_generated_at": null,
- "thumbs_count": null,
- "created_at": "2024-04-17T16:30:41.697Z",
- "updated_at": "2024-04-17T16:30:41.697Z",
- "thumb_url": null,
- "is_head": true,
- "aasm_state": "pending",
- "user": {
- "id": 1218,
- "first_name": "Alejandro",
- "last_name": "Wilderman",
- "default_username": "myrticemohr",
- "confirmed_at": "2024-04-17T16:30:40.796Z",
- "created_at": "2024-04-17T16:30:40.797Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Alejandro Wilderman",
- "initials": "A W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1218
}, - "grid_url": null,
- "type": "Audio",
- "mime_type": "audio/x-flac",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "dolores_mollitia1",
- "full_url": null,
- "renditions": [
- {
- "name": "original",
- "ext": "flac"
}
]
}, - {
- "id": 132,
- "asset_id": 132,
- "user_id": 1218,
- "number": 1,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "quos.jpg",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "jpg",
- "created_via": null,
- "previews_generated_at": "2024-04-17T16:30:41.364Z",
- "thumbs_count": null,
- "created_at": "2024-04-17T16:30:41.124Z",
- "updated_at": "2024-04-17T16:30:41.365Z",
- "is_head": false,
- "aasm_state": "processed",
- "user": {
- "id": 1218,
- "first_name": "Alejandro",
- "last_name": "Wilderman",
- "default_username": "myrticemohr",
- "confirmed_at": "2024-04-17T16:30:40.796Z",
- "created_at": "2024-04-17T16:30:40.797Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Alejandro Wilderman",
- "initials": "A W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1218
}, - "type": "Image",
- "mime_type": "image/jpeg",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "dolores_mollitia1",
- "renditions": [
- {
- "name": "original",
- "ext": "jpg"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
]
}
]
Get version details for Asset using the Version number.
asset_id | integer Example: asset_id=133 Asset ID |
number | integer Example: number=2 Asset Data Version Number |
{- "id": 135,
- "asset_id": 133,
- "user_id": 1245,
- "number": 2,
- "file_size": null,
- "width": null,
- "height": null,
- "filename": "praesentium.mov",
- "ppi": null,
- "captured_at": null,
- "meta": null,
- "duration": null,
- "frame_rate": null,
- "md5": null,
- "ext": "mov",
- "created_via": null,
- "previews_generated_at": null,
- "thumbs_count": null,
- "created_at": "2024-04-17T16:30:45.434Z",
- "updated_at": "2024-04-17T16:30:45.434Z",
- "thumb_url": null,
- "is_head": true,
- "aasm_state": "pending",
- "user": {
- "id": 1245,
- "first_name": "Shela",
- "last_name": "Schoen",
- "default_username": "hilario_haley",
- "confirmed_at": "2024-04-17T16:30:44.767Z",
- "created_at": "2024-04-17T16:30:44.767Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Shela Schoen",
- "initials": "S S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1245
}, - "grid_url": null,
- "type": "Video",
- "mime_type": "video/quicktime",
- "created_via_id": null,
- "created_via_meta": null,
- "is_version": true,
- "storage_folder_path": "facilis_ut2",
- "full_url": null
}
Searches all Assets you have access to in the Organization. POST is also supported for long lists e.g. Asset IDs.
page | integer Example: page=1 Current page of assets |
q | string Query text |
taxonomy_filter_mode | string Enum: "union" "intersection" Taxonomy Filter Mode |
gps | boolean Filter Assets containing GPS coordinates. |
bounds | string Example: bounds=36.49097449773101,-106.41286192187499,31.258707788122383,-120.37648496874999 Bounding box with format: ne_lat,ne_lon,sw_lat,sw_lon |
include_totals | boolean Include aggregate counts (aggs) in results |
as_filters | boolean Aggregate counts will be formatted as Filters |
include_renditions | boolean Include list of downloadable sizes and formats |
include_meta | boolean Include all IPTC, EXIF, and XMP metadata (exiftool compatible) |
ids | Array of integers Array of Asset IDs to include. |
guids | Array of strings Array of Asset GUIDs to include. |
upload_id | integer Upload |
upload_guid | string The GUID for the Upload session |
storage_folder_id | integer Storage folder |
omit_child_storage_folders | boolean Omit assets belonging to sub-level Storage Folders (top-level only) |
collection_id | integer Collection |
omit_child_collections | boolean Omit assets belonging to sub-level Collections (top-level only) |
lightbox_id | integer Lightbox |
omit_child_lightboxes | boolean Omit assets belonging to sub-level Lightboxes (top-level only) |
lightbox_folder_id | integer The ID of a Folder ("Bin") within a Lightbox. |
omit_child_lightbox_folders | boolean Omit assets belonging to sub-level Lightboxe Folders (top-level only) |
taxonomy | boolean Taxonomy |
hide_taxonomy | boolean Hide taxonomy |
tags | Array of strings Tags |
hide_tags | Array of strings Hide tags |
exts | Array of strings Exts |
has_people | string Enum: "yes" "no" "untagged" Has people |
has_alt_text | string Enum: "yes" "no" Has alt text |
file_size_range | string Enum: "<1" "1-10" "10-50" "50-100" ">100" File size range |
captured_at | Array of strings Example: captured_at=2021-06-11T21:35:49-07:00,2021-06-25T23:59:59-07:00 Captured At Range |
missing_captured_at | boolean Captured At Missing |
created_at | Array of strings Example: created_at=2021-06-11T21:35:49-07:00,2021-06-25T23:59:59-07:00 Created At Range |
updated_at | Array of strings Example: updated_at=2021-06-11T21:35:49-07:00,2021-06-25T23:59:59-07:00 Last Update Range |
aspect | string Enum: "square" "portrait" "landscape" "panorama" Aspect Ratio |
proximity_field | string Enum: "transcript" "description" "content" Proximity field |
proximity_word_1 | string Proximity word 1 |
proximity_word_2 | string Proximity word 2 |
proximity_max_gaps | integer Proximity max gaps |
rating | Array of integers[ items [ 0 .. 5 ] ] Rating range 0-5 (e.g. 'rating[]=3&rating[]=5'), or single value (e.g. 'rating=5') |
rights | Array of integers Array of Rights Package IDs (or 'missing') |
rights_code | Array of strings Array of Rights Codes |
user_ids | Array of integers User ids |
creator_tag_id | Array of integers Creator tag |
contracts | boolean Contracts |
releases | boolean Releases |
expired | boolean Expired |
submitted | boolean Submitted |
contract_asset_id | Array of integers Contract asset |
release_ids | Array of integers Release ids |
custom_meta | object Search Custom Meta Values by name, using an array for controlled vocabulary values, e.g. |
no_collections | boolean No collections |
upload_type | string Enum: "all" "group" "link" "lightbox" Upload type |
view_all | string Enum: "Collection" "Lightbox" View all |
optimization_request | string Enum: "none" "requested" "completed" Optimization Requests |
vote | integer [ -1 .. 1 ] Vote (Like / Dislike) |
sort | string Enum: "filename" "created_at" "captured_at" "file_size" "rating" "custom" Sort order, add '-asc' or '-desc' for direction |
sync | boolean Sets |
aasm_state | string Enum: "pending" "uploaded" "processing" "processed" "processing_error" Search by Asset processing state (must have Manage Asset permissions). Defaults to |
all_ids | boolean Return all Asset IDs in search results, un-paginated. |
{- "total_entries": 3,
- "total_display": null,
- "ids_in_selection": null,
- "filters": {
- "aspect": {
- "buckets": [
- {
- "key": "portrait",
- "from": 0,
- "to": 0.99,
- "doc_count": 0
}, - {
- "key": "square",
- "from": 0.999,
- "to": 1.001,
- "doc_count": 0
}, - {
- "key": "landscape",
- "from": 1.01,
- "to": 1.99,
- "doc_count": 0
}, - {
- "key": "panorama",
- "from": 2,
- "doc_count": 0
}
]
}, - "rating": {
- "doc_count_error_upper_bound": 0,
- "sum_other_doc_count": 0,
- "buckets": [
- {
- "key": 0,
- "doc_count": 3
}
]
}, - "visible_tag_names": {
- "doc_count_error_upper_bound": 0,
- "sum_other_doc_count": 0,
- "buckets": [ ],
- "display": "keywords"
}, - "created_at": {
- "buckets": [
- {
- "key": "Last Year",
- "from": 1672531200000,
- "from_as_string": "2023-01-01T00:00:00.000Z",
- "to": 1704067200000,
- "to_as_string": "2024-01-01T00:00:00.000Z",
- "doc_count": 0
}, - {
- "key": "This Year",
- "from": 1704067200000,
- "from_as_string": "2024-01-01T00:00:00.000Z",
- "to": 1713371453672,
- "to_as_string": "2024-04-17T16:30:53.672Z",
- "doc_count": 3
}, - {
- "key": "Last 30 Days",
- "from": 1710720000000,
- "from_as_string": "2024-03-18T00:00:00.000Z",
- "to": 1713371453672,
- "to_as_string": "2024-04-17T16:30:53.672Z",
- "doc_count": 3
}, - {
- "key": "Last 2 Weeks",
- "from": 1712102400000,
- "from_as_string": "2024-04-03T00:00:00.000Z",
- "to": 1713371453672,
- "to_as_string": "2024-04-17T16:30:53.672Z",
- "doc_count": 3
}, - {
- "key": "Today",
- "from": 1713312000000,
- "from_as_string": "2024-04-17T00:00:00.000Z",
- "to": 1713371453672,
- "to_as_string": "2024-04-17T16:30:53.672Z",
- "doc_count": 3
}
], - "display": "upload date",
- "captured_at": "capture date"
}, - "captured_at": {
- "buckets": [
- {
- "key": "Last Year",
- "from": 1672531200000,
- "from_as_string": "2023-01-01T00:00:00.000Z",
- "to": 1704067200000,
- "to_as_string": "2024-01-01T00:00:00.000Z",
- "doc_count": 0
}, - {
- "key": "This Year",
- "from": 1704067200000,
- "from_as_string": "2024-01-01T00:00:00.000Z",
- "to": 1713371453672,
- "to_as_string": "2024-04-17T16:30:53.672Z",
- "doc_count": 3
}, - {
- "key": "Last 30 Days",
- "from": 1710720000000,
- "from_as_string": "2024-03-18T00:00:00.000Z",
- "to": 1713371453672,
- "to_as_string": "2024-04-17T16:30:53.672Z",
- "doc_count": 3
}, - {
- "key": "Last 2 Weeks",
- "from": 1712102400000,
- "from_as_string": "2024-04-03T00:00:00.000Z",
- "to": 1713371453672,
- "to_as_string": "2024-04-17T16:30:53.672Z",
- "doc_count": 3
}, - {
- "key": "Today",
- "from": 1713312000000,
- "from_as_string": "2024-04-17T00:00:00.000Z",
- "to": 1713371453672,
- "to_as_string": "2024-04-17T16:30:53.672Z",
- "doc_count": 0
}
]
}, - "rights_code": {
- "display": "rights status",
- "buckets": [
- {
- "key": "owned",
- "key_as_string": "Owned by Organization",
- "doc_count": 1
}, - {
- "key": "some",
- "key_as_string": "Limited Use",
- "doc_count": 1
}
]
}, - "custom_meta": [
- {
- "display": "Custom Meta Field 7",
- "multi": false,
- "buckets": [ ]
}, - {
- "display": "Custom Meta Field 9",
- "multi": true,
- "buckets": [ ]
}, - {
- "display": "Custom Meta Field 10",
- "multi": true,
- "buckets": [
- {
- "key": "Tuna Sashimi 7",
- "doc_count": 1
}
]
}
], - "has_people": {
- "buckets": [
- {
- "key": "yes",
- "doc_count": 1
}, - {
- "key": "no",
- "doc_count": 1
}, - {
- "key": "untagged",
- "doc_count": 1
}
]
}, - "optimization_request": {
- "buckets": [
- {
- "key": "requested",
- "doc_count": 0
}, - {
- "key": "completed",
- "doc_count": 0
}
]
}, - "vote": {
- "display": "likes",
- "buckets": [
- {
- "key": 1,
- "doc_count": 0,
- "key_as_string": "likes"
}, - {
- "key": -1,
- "doc_count": 1,
- "key_as_string": "dislikes"
}
]
}, - "rights_package_id": {
- "buckets": [
- {
- "key": 737,
- "key_as_string": "Owned by Organization",
- "doc_count": 1,
- "parent": "Owned by Organization"
}, - {
- "key": 739,
- "key_as_string": "Limited Use",
- "doc_count": 1,
- "parent": "Limited Use"
}
], - "display": "rights package"
}, - "user_id": {
- "buckets": [
], - "display": "uploaded by"
}
}, - "all_asset_counts": {
- "Collection": 0,
- "NoCollection": 3,
- "Lightbox": 0
}, - "assets": [
- {
- "id": 136,
- "filename": "ratione.jpg",
- "file_size": null,
- "guid": "4e80217a-272b-45b8-ad1d-c380bec40b09",
- "short_guid": "4e80217a",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": null,
- "editable": true,
- "manageable": true,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 136,
- "user_id": 1280,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:30:50.292Z",
- "updated_at": "2024-04-17T16:30:52.377Z",
- "s3_upload_id": null,
- "s3_upload_key": "93/df3d0987/4e80217a-272b-45b8-ad1d-c380bec40b09-ratione.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:30:50.289Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 739,
- "submitted_at": "2024-04-17T04:30:50.289Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "rights_status": "some",
- "rights_status_name": "Limited Use",
- "rights_status_description": "Org has some rights to the object as spelled out in a rights agreement",
- "creator_tag": null,
- "storage_folder_path": "corrupti_et5",
- "tags": [ ],
- "renditions": [
- {
- "name": "original",
- "ext": "jpg"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
], - "meta": {
- "xmp": {
- "documentId": "4e80217a-272b-45b8-ad1d-c380bec40b09",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 138,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "exif": {
- "width": null,
- "height": null,
- "dateTimeOriginal": null,
- "cameraModel": null,
- "orientation": null,
- "exposureTime": null,
- "apertureValue": null,
- "isoSpeedRatings": null,
- "colorSpace": null,
- "resolution": null
}, - "iptc": {
- "copyrightNotice": null,
- "caption": null,
- "instructions": null,
- "captionWriter": null,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "custom": {
- "Custom Meta Field 10": [
- "Tuna Sashimi 7"
]
}, - "others": { }
},
}, - {
- "id": 135,
- "filename": "laboriosam.txt",
- "file_size": null,
- "guid": "b9bbb05a-b0d3-40e0-903f-81e5a3c5eb44",
- "short_guid": "b9bbb05a",
- "type": "Text",
- "ext": "txt",
- "duration": null,
- "md5": null,
- "mime_type": "text/plain",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": null,
- "editable": true,
- "manageable": true,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": false,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": -1,
- "created_at": "2024-04-17T16:30:50.639Z",
- "updated_at": "2024-04-17T16:30:50.639Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Text",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 135,
- "user_id": 1276,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:30:49.530Z",
- "updated_at": "2024-04-17T16:30:52.503Z",
- "s3_upload_id": null,
- "s3_upload_key": "93/6d679764/b9bbb05a-b0d3-40e0-903f-81e5a3c5eb44-laboriosam.txt",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:30:49.527Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": "2024-04-17T04:30:49.528Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "na",
- "faces_searched_at": null,
- "creator_tag": null,
- "storage_folder_path": "ut_temporibus4",
- "tags": [ ],
- "renditions": [
- {
- "name": "original",
- "ext": "txt"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
], - "meta": {
- "xmp": {
- "documentId": "b9bbb05a-b0d3-40e0-903f-81e5a3c5eb44",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 137,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "exif": {
- "width": null,
- "height": null,
- "dateTimeOriginal": null,
- "cameraModel": null,
- "orientation": null,
- "exposureTime": null,
- "apertureValue": null,
- "isoSpeedRatings": null,
- "colorSpace": null,
- "resolution": null
}, - "iptc": {
- "copyrightNotice": null,
- "caption": null,
- "instructions": null,
- "captionWriter": null,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "custom": { },
- "others": { }
},
}, - {
- "id": 134,
- "filename": "illum.jpg",
- "file_size": null,
- "guid": "806000dc-2e91-4894-9416-dc6694b1cd5f",
- "short_guid": "806000dc",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": null,
- "editable": true,
- "manageable": true,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2024-04-17T16:30:50.634Z",
- "updated_at": "2024-04-17T16:30:50.634Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 134,
- "user_id": 1272,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:30:48.655Z",
- "updated_at": "2024-04-17T16:30:48.665Z",
- "s3_upload_id": null,
- "s3_upload_key": "93/cc907ef8/806000dc-2e91-4894-9416-dc6694b1cd5f-illum.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:30:48.653Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 737,
- "submitted_at": "2024-04-17T04:30:48.653Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "voluptate-id3",
- "tags": [ ],
- "renditions": [
- {
- "name": "original",
- "ext": "jpg"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
], - "meta": {
- "xmp": {
- "documentId": "806000dc-2e91-4894-9416-dc6694b1cd5f",
- "originalDocumentId": null,
- "iccProfileDescription": null,
- "instanceId": 136,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "exif": {
- "width": null,
- "height": null,
- "dateTimeOriginal": null,
- "cameraModel": null,
- "orientation": null,
- "exposureTime": null,
- "apertureValue": null,
- "isoSpeedRatings": null,
- "colorSpace": null,
- "resolution": null
}, - "iptc": {
- "copyrightNotice": null,
- "caption": null,
- "instructions": null,
- "captionWriter": null,
- "headline": null,
- "credit": null,
- "city": null,
- "countryName": null,
- "provinceState": null
}, - "custom": { },
- "others": { }
},
}
]
}
Get the asset details. ID can also be the Asset GUID.
id required | integer |
sync | boolean Sets |
include_renditions | boolean Default: false Include renditions |
{- "id": 147,
- "filename": "eos.jpg",
- "file_size": null,
- "guid": "4da556d1-98ce-4e8b-9e76-94b9455aea35",
- "short_guid": "4da556d1",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2024-04-17T16:31:23.821Z",
- "updated_at": "2024-04-17T16:31:23.821Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 147,
- "user_id": 1477,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:31:22.151Z",
- "updated_at": "2024-04-17T16:31:22.164Z",
- "s3_upload_id": null,
- "s3_upload_key": "113/1fd04e3f/4da556d1-98ce-4e8b-9e76-94b9455aea35-eos.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:31:22.149Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 897,
- "submitted_at": "2024-04-17T04:31:22.149Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": "2024-04-17T16:31:23.848Z",
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "vel-dolorem18",
- "tags": [ ],
- "renditions": [
- {
- "name": "original",
- "ext": "jpg"
}, - {
- "name": "full",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "permalink",
- "display_name": "medium",
- "ext": "jpg",
- "watermarked": false
}, - {
- "name": "small",
- "ext": "jpg",
- "watermarked": false
}
], - "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 1477,
- "first_name": "Truman",
- "last_name": "Goldner",
- "default_username": "henry_langworth",
- "confirmed_at": "2024-04-17T16:31:21.786Z",
- "created_at": "2024-04-17T16:31:21.787Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Truman Goldner",
- "initials": "T G",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1477
}, - "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "custom_meta_values": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 5356,
- "created_at": "2024-04-17T16:31:22.131Z",
- "name": "Pissarro18",
- "description": "Eaque nemo et. Sed rerum in. Fuga culpa omnis.",
- "slug": "vel-dolorem18",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Pissarro18"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "vel-dolorem18"
], - "asset_group_id": 5356,
- "has_workflow_steps": false,
- "contribution_id": 3210,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1480,
- "first_name": "Lynda",
- "last_name": "Marvin",
- "created_at": "2024-04-17T16:31:21.959Z",
- "default_username": "serafinamayer",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Lynda Marvin",
- "initials": "L M",
- "username": null,
- "title": null,
- "user_id": 1480,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 897,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.421Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 898,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.422Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 899,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.422Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 900,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.423Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 901,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.424Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 902,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.424Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 903,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.425Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 904,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.426Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 897,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1454,
- "first_name": "Lana",
- "last_name": "Runte",
- "default_username": "terrell",
- "confirmed_at": "2024-04-17T16:31:19.329Z",
- "created_at": "2024-04-17T16:31:19.330Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Lana Runte",
- "initials": "L R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1454
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:19.421Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 147,
- "user_id": 1478,
- "guid": "1fd04e3f",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:31:22.146Z",
- "updated_at": "2024-04-17T16:31:22.146Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3211,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3211,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "earum-eos",
- "storage_folder_id": 5356,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:31:22.144Z",
- "updated_at": "2024-04-17T16:31:22.144Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 5356,
- "created_at": "2024-04-17T16:31:22.131Z",
- "name": "Pissarro18",
- "description": "Eaque nemo et. Sed rerum in. Fuga culpa omnis.",
- "slug": "vel-dolorem18",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Pissarro18"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "vel-dolorem18"
], - "asset_group_id": 5356,
- "has_workflow_steps": false,
- "contribution_id": 3210,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1480,
- "first_name": "Lynda",
- "last_name": "Marvin",
- "created_at": "2024-04-17T16:31:21.959Z",
- "default_username": "serafinamayer",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Lynda Marvin",
- "initials": "L M",
- "username": null,
- "title": null,
- "user_id": 1480,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
id required | integer |
object | |
sync | boolean Sets |
{- "asset": {
- "description": "Updated Description.",
- "add_tag_names": [
- "string"
], - "add_tags_with_commas": "string",
- "remove_tag_names": [
- "string"
], - "replace_tag_names": [
- "New Tag 1",
- "New Tag 2"
], - "remove_links": [
- "string"
], - "filename": "string",
- "rating": 5,
- "creator": [
- "string"
], - "description_writer": "string",
- "usage_terms": "string",
- "title": "string",
- "headline": "string",
- "alt_text": "string",
- "captured_at": null,
- "has_people": true,
- "country": "string",
- "state": "string",
- "city": "string",
- "sublocation": "string",
- "country_code": "string",
- "event": "string",
- "iptc_event_id": [
- "string"
], - "organization_in_image_name": [
- "string"
], - "extended_description": "string",
- "iptc_job_id": "string",
- "intellectual_genre": "string",
- "scene": [
- "string"
], - "subject_code": [
- "string"
], - "credit_line": "string",
- "instructions": "string",
- "iptc_rights": "string",
- "web_statement": "string",
- "model_release_status": "string",
- "property_release_status": "string",
- "authors_position": "string",
- "iptc_source": "string",
- "copyright_owner": {
- "copyright_owner_name": [
- "string"
], - "copyright_owner_id": [
- "string"
]
}, - "iptc_dig_image_guid": "string",
- "image_supplier": {
- "image_supplier_name": [
- "string"
], - "image_supplier_id": [
- "string"
]
}, - "iptc_image_supplier_image_id": "string",
- "licensor": {
- "licensor_name": [
- "string"
], - "licensor_id": [
- "string"
], - "licensor_email": [
- "string"
], - "licensor_url": [
- "string"
], - "licensor_street_address": [
- "string"
], - "licensor_city": [
- "string"
], - "licensor_postal_code": [
- "string"
], - "licensor_region": [
- "string"
], - "licensor_country": [
- "string"
], - "licensor_extended_address": [
- "string"
], - "licensor_telephone1": [
- "string"
], - "licensor_telephone2": [
- "string"
], - "licensor_telephone_type1": [
- "string"
], - "licensor_telephone_type2": [
- "string"
]
}, - "addl_model_info": "string",
- "iptc_model_release_id": [
- "string"
], - "model_age": [
- "string"
], - "minor_model_age_disclosure": "string",
- "iptc_property_release_id": [
- "string"
], - "product_in_image": {
- "product_name": [
- "string"
], - "product_description": [
- "string"
], - "product_gtin": [
- "string"
], - "product_sku": [
- "string"
]
}, - "artwork_or_object": {
- "ao_title": [
- "string"
], - "ao_circa_date_created": [
- "string"
], - "ao_content_description": [
- "string"
], - "ao_contribution_description": [
- "string"
], - "ao_copyright_notice": [
- "string"
], - "ao_creator": [
- "string"
], - "ao_creator_id": [
- "string"
], - "ao_current_copyright_owner_id": [
- "string"
], - "ao_current_licensor_id": [
- "string"
], - "ao_current_licensor_name": [
- "string"
], - "ao_date_created": [
- "string"
], - "ao_physical_description": [
- "string"
], - "ao_source": [
- "string"
], - "ao_source_inventory_number": [
- "string"
], - "ao_source_inventory_url": [
- "string"
], - "ao_style_period": [
- "string"
]
}, - "latitude": 0,
- "longitude": 0,
- "rights_package_id": 0,
- "rights_status": "owned",
- "contract": true,
- "release": true,
- "custom_meta": {
- "Custom Meta Field 36": "Pork Sausage Roll",
- "Custom Meta Field 37": [
- "Meatballs with Sauce 29"
]
}, - "block_level": 0
}, - "sync": true
}
{- "id": 159,
- "filename": "quis.jpg",
- "file_size": null,
- "guid": "048356d4-1ab1-4f1e-9a0a-33a64b63a39c",
- "short_guid": "048356d4",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": "Updated Description.",
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2024-04-17T16:31:44.233Z",
- "updated_at": "2024-04-17T16:31:44.233Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 159,
- "user_id": 1617,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:31:42.589Z",
- "updated_at": "2024-04-17T16:31:44.633Z",
- "s3_upload_id": null,
- "s3_upload_key": "125/b47617ea/048356d4-1ab1-4f1e-9a0a-33a64b63a39c-quis.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:31:42.586Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 993,
- "submitted_at": "2024-04-17T04:31:42.586Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": "2024-04-17T16:31:45.207Z",
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "doloremque-ea30",
- "tags": [
- {
- "id": 42,
- "name": "New Tag 1",
- "description": null,
- "link": null,
- "list": "visible",
- "tag_id": 46,
- "tagged_at": "2024-04-17T16:31:44.585Z",
- "tag_updated_at": "2024-04-17T16:31:44.591Z",
- "in_taxonomy": false,
- "sub_type": "keyword",
- "date_start": null,
- "date_end": null,
- "location_country": null,
- "location_country_code": null,
- "location_state": null,
- "location_city": null,
- "location_name": null,
- "is_lead_tag": false,
- "lead_tag_id": null,
- "synonym_names": [ ],
- "thumb_url": null
}, - {
- "id": 43,
- "name": "New Tag 2",
- "description": null,
- "link": null,
- "list": "visible",
- "tag_id": 47,
- "tagged_at": "2024-04-17T16:31:44.603Z",
- "tag_updated_at": "2024-04-17T16:31:44.607Z",
- "in_taxonomy": false,
- "sub_type": "keyword",
- "date_start": null,
- "date_end": null,
- "location_country": null,
- "location_country_code": null,
- "location_state": null,
- "location_city": null,
- "location_name": null,
- "is_lead_tag": false,
- "lead_tag_id": null,
- "synonym_names": [ ],
- "thumb_url": null
}
], - "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 1617,
- "first_name": "Calista",
- "last_name": "Orn",
- "default_username": "adam_labadie",
- "confirmed_at": "2024-04-17T16:31:42.249Z",
- "created_at": "2024-04-17T16:31:42.250Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Calista Orn",
- "initials": "C O",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1617
}, - "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [
- {
- "id": 18,
- "created_at": "2024-04-17T16:31:44.566Z",
- "title": "Mediagraph",
- "image": null,
- "description": null,
- "author": null,
- "spidered_at": "2024-04-17T16:31:45.193Z",
- "meta_error": null
}
], - "custom_meta_values": [
- {
- "id": 29,
- "text": "Meatballs with Sauce 29",
- "custom_meta_field_id": 37,
- "user_id": 1603,
- "value": "Meatballs with Sauce 29",
- "name": "Custom Meta Field 37",
- "description": null,
- "value_type": "text"
}, - {
- "id": 31,
- "text": "Pork Sausage Roll",
- "custom_meta_field_id": 36,
- "user_id": 1594,
- "value": "Pork Sausage Roll",
- "name": "Custom Meta Field 36",
- "description": null,
- "value_type": "text"
}
], - "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 5836,
- "created_at": "2024-04-17T16:31:42.567Z",
- "name": "Kandinsky30",
- "description": "Vel eos doloremque. Enim est maxime. Ducimus soluta a.",
- "slug": "doloremque-ea30",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Kandinsky30"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "doloremque-ea30"
], - "asset_group_id": 5836,
- "has_workflow_steps": false,
- "contribution_id": 3498,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1620,
- "first_name": "Christa",
- "last_name": "Hilpert",
- "created_at": "2024-04-17T16:31:42.394Z",
- "default_username": "sulemablock",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Christa Hilpert",
- "initials": "C H",
- "username": null,
- "title": null,
- "user_id": 1620,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 993,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.755Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 994,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.756Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 995,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.756Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 996,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.757Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 997,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.758Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 998,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.759Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 999,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.760Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1000,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.761Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 993,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1594,
- "first_name": "Fred",
- "last_name": "Hagenes",
- "default_username": "armandwolf",
- "confirmed_at": "2024-04-17T16:31:39.655Z",
- "created_at": "2024-04-17T16:31:39.656Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fred Hagenes",
- "initials": "F H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1594
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:39.755Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 159,
- "user_id": 1618,
- "guid": "b47617ea",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:31:42.580Z",
- "updated_at": "2024-04-17T16:31:42.580Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3499,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3499,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "tempora-dolor",
- "storage_folder_id": 5836,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:31:42.578Z",
- "updated_at": "2024-04-17T16:31:42.578Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 5836,
- "created_at": "2024-04-17T16:31:42.567Z",
- "name": "Kandinsky30",
- "description": "Vel eos doloremque. Enim est maxime. Ducimus soluta a.",
- "slug": "doloremque-ea30",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Kandinsky30"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "doloremque-ea30"
], - "asset_group_id": 5836,
- "has_workflow_steps": false,
- "contribution_id": 3498,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1620,
- "first_name": "Christa",
- "last_name": "Hilpert",
- "created_at": "2024-04-17T16:31:42.394Z",
- "default_username": "sulemablock",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Christa Hilpert",
- "initials": "C H",
- "username": null,
- "title": null,
- "user_id": 1620,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
Downloads the Asset. Partial downloading is supported using the header: Range: bytes=<start>-<end>
id required | integer |
size | string Enum: "small" "permalink" "full" "original" The maximum size requested for assets in the download (default original) |
watermarked | boolean Request watermarked versions |
via | string Example: via=My-Integration Description of the app or integration making the API call |
version_number | integer Example: version_number=1 Data Version number to download |
skip_meta | boolean Default: false Do not write metadata on the fly to the file (original file size and MD5 will match) |
Prepare a new asset version upload using this endpoint,
then PUT the data to the returned signed_upload_url
,
and finally call /api/assets/:id/set_uploaded
when the upload is complete.
id required | integer |
object |
{- "asset": {
- "filename": "version-2.jpg",
- "file_size": 10000,
- "created_via": "api",
- "created_via_id": "string"
}
}
{- "id": 165,
- "filename": "nam.jpg",
- "file_size": null,
- "guid": "82dbbae7-da03-4f0b-a7d8-90de8c8fc004",
- "short_guid": "82dbbae7",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2024-04-17T16:31:55.201Z",
- "updated_at": "2024-04-17T16:31:55.201Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 165,
- "user_id": 1687,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:31:53.590Z",
- "updated_at": "2024-04-17T16:31:55.213Z",
- "s3_upload_id": null,
- "s3_upload_key": "131/8bd9913f/82dbbae7-da03-4f0b-a7d8-90de8c8fc004-nam.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:31:53.588Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 1041,
- "submitted_at": "2024-04-17T04:31:53.589Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": "2024-04-17T16:31:55.210Z",
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "quas_et36",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 1687,
- "first_name": "Guillermo",
- "last_name": "Luettgen",
- "default_username": "augustschroeder",
- "confirmed_at": "2024-04-17T16:31:53.283Z",
- "created_at": "2024-04-17T16:31:53.284Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Guillermo Luettgen",
- "initials": "G L",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1687
}, - "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "optimization_requested_by": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "custom_meta_values": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 6076,
- "created_at": "2024-04-17T16:31:53.575Z",
- "name": "Rubens36",
- "description": "Harum laborum architecto. Rem et quisquam. Minima et ut.",
- "slug": "quas_et36",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Rubens36"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quas_et36"
], - "asset_group_id": 6076,
- "has_workflow_steps": false,
- "contribution_id": 3642,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1690,
- "first_name": "Luther",
- "last_name": "Boyle",
- "created_at": "2024-04-17T16:31:53.443Z",
- "default_username": "lucio_vonrueden",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Luther Boyle",
- "initials": "L B",
- "username": null,
- "title": null,
- "user_id": 1690,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 1041,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.819Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1042,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.820Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1043,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.821Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1044,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.822Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1045,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.822Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1046,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.823Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1047,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.824Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1048,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.825Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 1041,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1664,
- "first_name": "Romona",
- "last_name": "Monahan",
- "default_username": "margo_hand",
- "confirmed_at": "2024-04-17T16:31:50.722Z",
- "created_at": "2024-04-17T16:31:50.723Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Romona Monahan",
- "initials": "R M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1664
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:50.819Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 165,
- "user_id": 1688,
- "guid": "8bd9913f",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:31:53.586Z",
- "updated_at": "2024-04-17T16:31:53.586Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3643,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3643,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "assumenda-sunt",
- "storage_folder_id": 6076,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:31:53.584Z",
- "updated_at": "2024-04-17T16:31:53.584Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 6076,
- "created_at": "2024-04-17T16:31:53.575Z",
- "name": "Rubens36",
- "description": "Harum laborum architecto. Rem et quisquam. Minima et ut.",
- "slug": "quas_et36",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Rubens36"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quas_et36"
], - "asset_group_id": 6076,
- "has_workflow_steps": false,
- "contribution_id": 3642,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1690,
- "first_name": "Luther",
- "last_name": "Boyle",
- "created_at": "2024-04-17T16:31:53.443Z",
- "default_username": "lucio_vonrueden",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Luther Boyle",
- "initials": "L B",
- "username": null,
- "title": null,
- "user_id": 1690,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
{- "id": 168,
- "filename": "quia.jpg",
- "file_size": null,
- "guid": "7239f50a-380e-451f-94bb-1614f27ed069",
- "short_guid": "7239f50a",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2024-04-17T16:32:00.315Z",
- "updated_at": "2024-04-17T16:32:00.315Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 168,
- "user_id": 1722,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:31:58.634Z",
- "updated_at": "2024-04-17T16:32:00.340Z",
- "s3_upload_id": null,
- "s3_upload_key": "134/adc50400/7239f50a-380e-451f-94bb-1614f27ed069-quia.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:31:58.632Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 1065,
- "submitted_at": "2024-04-17T04:31:58.632Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": "2024-04-17T16:32:00.333Z",
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "error_accusamus39",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 1722,
- "first_name": "Rosana",
- "last_name": "Prosacco",
- "default_username": "lyndapadberg",
- "confirmed_at": "2024-04-17T16:31:58.238Z",
- "created_at": "2024-04-17T16:31:58.239Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rosana Prosacco",
- "initials": "R P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1722
}, - "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "optimization_completed_by": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "custom_meta_values": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 6196,
- "created_at": "2024-04-17T16:31:58.613Z",
- "name": "Da Vinci39",
- "description": "Quod minus quia. Commodi velit rem. Dignissimos itaque voluptatum.",
- "slug": "error_accusamus39",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Da Vinci39"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "error_accusamus39"
], - "asset_group_id": 6196,
- "has_workflow_steps": false,
- "contribution_id": 3714,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1725,
- "first_name": "Evonne",
- "last_name": "Kling",
- "created_at": "2024-04-17T16:31:58.365Z",
- "default_username": "alise",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Evonne Kling",
- "initials": "E K",
- "username": null,
- "title": null,
- "user_id": 1725,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 1065,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.770Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1066,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.771Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1067,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.772Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1068,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.773Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1069,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.774Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1070,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.775Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1071,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.775Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1072,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.776Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 1065,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1699,
- "first_name": "Tad",
- "last_name": "Hettinger",
- "default_username": "raphaelhettinger",
- "confirmed_at": "2024-04-17T16:31:55.675Z",
- "created_at": "2024-04-17T16:31:55.677Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Tad Hettinger",
- "initials": "T H",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1699
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:31:55.770Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 168,
- "user_id": 1723,
- "guid": "adc50400",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:31:58.629Z",
- "updated_at": "2024-04-17T16:31:58.629Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3715,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3715,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "beatae-fugiat",
- "storage_folder_id": 6196,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:31:58.627Z",
- "updated_at": "2024-04-17T16:31:58.627Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 6196,
- "created_at": "2024-04-17T16:31:58.613Z",
- "name": "Da Vinci39",
- "description": "Quod minus quia. Commodi velit rem. Dignissimos itaque voluptatum.",
- "slug": "error_accusamus39",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Da Vinci39"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "error_accusamus39"
], - "asset_group_id": 6196,
- "has_workflow_steps": false,
- "contribution_id": 3714,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1725,
- "first_name": "Evonne",
- "last_name": "Kling",
- "created_at": "2024-04-17T16:31:58.365Z",
- "default_username": "alise",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Evonne Kling",
- "initials": "E K",
- "username": null,
- "title": null,
- "user_id": 1725,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
id required | integer |
{- "id": 171,
- "filename": "vel.jpg",
- "file_size": null,
- "guid": "76f58bf1-74d4-4321-a8ce-0d867fff98cc",
- "short_guid": "76f58bf1",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2024-04-17T16:32:05.434Z",
- "updated_at": "2024-04-17T16:32:05.434Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 171,
- "user_id": 1757,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:32:03.701Z",
- "updated_at": "2024-04-17T16:32:03.715Z",
- "s3_upload_id": null,
- "s3_upload_key": "137/9380773b/76f58bf1-74d4-4321-a8ce-0d867fff98cc-vel.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:32:03.698Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 1089,
- "submitted_at": "2024-04-17T04:32:03.698Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "commodi-deleniti42",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 1757,
- "first_name": "Cleo",
- "last_name": "Casper",
- "default_username": "lance_rath",
- "confirmed_at": "2024-04-17T16:32:03.397Z",
- "created_at": "2024-04-17T16:32:03.398Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cleo Casper",
- "initials": "C C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1757
}, - "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "custom_meta_values": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 6316,
- "created_at": "2024-04-17T16:32:03.684Z",
- "name": "Rembrandt42",
- "description": "Dolor dolorem quam. Quaerat ea fugiat. Aut doloremque hic.",
- "slug": "commodi-deleniti42",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Rembrandt42"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "commodi-deleniti42"
], - "asset_group_id": 6316,
- "has_workflow_steps": false,
- "contribution_id": 3786,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1760,
- "first_name": "Manual",
- "last_name": "Wisoky",
- "created_at": "2024-04-17T16:32:03.571Z",
- "default_username": "benny",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Manual Wisoky",
- "initials": "M W",
- "username": null,
- "title": null,
- "user_id": 1760,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 1089,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.914Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1090,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.915Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1091,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.917Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1092,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.918Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1093,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.919Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1094,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.919Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1095,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.920Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1096,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.921Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 1089,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1734,
- "first_name": "Patrice",
- "last_name": "Predovic",
- "default_username": "tish_heidenreich",
- "confirmed_at": "2024-04-17T16:32:00.812Z",
- "created_at": "2024-04-17T16:32:00.818Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Patrice Predovic",
- "initials": "P P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1734
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:00.914Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 171,
- "user_id": 1758,
- "guid": "9380773b",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:32:03.695Z",
- "updated_at": "2024-04-17T16:32:03.695Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3787,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3787,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "ea_itaque",
- "storage_folder_id": 6316,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:32:03.694Z",
- "updated_at": "2024-04-17T16:32:03.694Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 6316,
- "created_at": "2024-04-17T16:32:03.684Z",
- "name": "Rembrandt42",
- "description": "Dolor dolorem quam. Quaerat ea fugiat. Aut doloremque hic.",
- "slug": "commodi-deleniti42",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Rembrandt42"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "commodi-deleniti42"
], - "asset_group_id": 6316,
- "has_workflow_steps": false,
- "contribution_id": 3786,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1760,
- "first_name": "Manual",
- "last_name": "Wisoky",
- "created_at": "2024-04-17T16:32:03.571Z",
- "default_username": "benny",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Manual Wisoky",
- "initials": "M W",
- "username": null,
- "title": null,
- "user_id": 1760,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
Select the current Asset version by number.
id required | integer |
version required | integer Version |
{- "id": 177,
- "filename": "facere.jpg",
- "file_size": null,
- "guid": "ea15ce8b-ab9a-4635-b71f-e36fe15540e2",
- "short_guid": "ea15ce8b",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 177,
- "user_id": 1804,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:32:10.795Z",
- "updated_at": "2024-04-17T16:32:11.209Z",
- "s3_upload_id": null,
- "s3_upload_key": "140/2d7ca702/ea15ce8b-ab9a-4635-b71f-e36fe15540e2-facere.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:32:10.793Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": "2024-04-17T04:32:10.793Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "creator_tag": null,
- "storage_folder_path": "repellendus_dolorem48",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 1804,
- "first_name": "Abraham",
- "last_name": "Wyman",
- "default_username": "nubia",
- "confirmed_at": "2024-04-17T16:32:10.482Z",
- "created_at": "2024-04-17T16:32:10.487Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Abraham Wyman",
- "initials": "A W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1804
}, - "data_versions_count": 2,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "custom_meta_values": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 6469,
- "created_at": "2024-04-17T16:32:10.783Z",
- "name": "Kandinsky48",
- "description": "Doloribus ad dolor. Velit est sit. Sed quisquam ratione.",
- "slug": "repellendus_dolorem48",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Kandinsky48"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "repellendus_dolorem48"
], - "asset_group_id": 6469,
- "has_workflow_steps": false,
- "contribution_id": 3882,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1807,
- "first_name": "Felix",
- "last_name": "Koss",
- "created_at": "2024-04-17T16:32:10.643Z",
- "default_username": "logan",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Felix Koss",
- "initials": "F K",
- "username": null,
- "title": null,
- "user_id": 1807,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 1113,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1769,
- "first_name": "Susanna",
- "last_name": "Brown",
- "default_username": "digna",
- "confirmed_at": "2024-04-17T16:32:05.932Z",
- "created_at": "2024-04-17T16:32:05.935Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Susanna Brown",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1769
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:06.024Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1114,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1769,
- "first_name": "Susanna",
- "last_name": "Brown",
- "default_username": "digna",
- "confirmed_at": "2024-04-17T16:32:05.932Z",
- "created_at": "2024-04-17T16:32:05.935Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Susanna Brown",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1769
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:06.025Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1115,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1769,
- "first_name": "Susanna",
- "last_name": "Brown",
- "default_username": "digna",
- "confirmed_at": "2024-04-17T16:32:05.932Z",
- "created_at": "2024-04-17T16:32:05.935Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Susanna Brown",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1769
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:06.025Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1116,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1769,
- "first_name": "Susanna",
- "last_name": "Brown",
- "default_username": "digna",
- "confirmed_at": "2024-04-17T16:32:05.932Z",
- "created_at": "2024-04-17T16:32:05.935Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Susanna Brown",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1769
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:06.026Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1117,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1769,
- "first_name": "Susanna",
- "last_name": "Brown",
- "default_username": "digna",
- "confirmed_at": "2024-04-17T16:32:05.932Z",
- "created_at": "2024-04-17T16:32:05.935Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Susanna Brown",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1769
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:06.027Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1118,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1769,
- "first_name": "Susanna",
- "last_name": "Brown",
- "default_username": "digna",
- "confirmed_at": "2024-04-17T16:32:05.932Z",
- "created_at": "2024-04-17T16:32:05.935Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Susanna Brown",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1769
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:06.027Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1119,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1769,
- "first_name": "Susanna",
- "last_name": "Brown",
- "default_username": "digna",
- "confirmed_at": "2024-04-17T16:32:05.932Z",
- "created_at": "2024-04-17T16:32:05.935Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Susanna Brown",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1769
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:06.028Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1120,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1769,
- "first_name": "Susanna",
- "last_name": "Brown",
- "default_username": "digna",
- "confirmed_at": "2024-04-17T16:32:05.932Z",
- "created_at": "2024-04-17T16:32:05.935Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Susanna Brown",
- "initials": "S B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1769
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:06.029Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "upload": {
- "id": 177,
- "user_id": 1805,
- "guid": "2d7ca702",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:32:10.791Z",
- "updated_at": "2024-04-17T16:32:10.791Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3883,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3883,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "est-debitis",
- "storage_folder_id": 6469,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:32:10.790Z",
- "updated_at": "2024-04-17T16:32:10.790Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 6469,
- "created_at": "2024-04-17T16:32:10.783Z",
- "name": "Kandinsky48",
- "description": "Doloribus ad dolor. Velit est sit. Sed quisquam ratione.",
- "slug": "repellendus_dolorem48",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Kandinsky48"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "repellendus_dolorem48"
], - "asset_group_id": 6469,
- "has_workflow_steps": false,
- "contribution_id": 3882,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1807,
- "first_name": "Felix",
- "last_name": "Koss",
- "created_at": "2024-04-17T16:32:10.643Z",
- "default_username": "logan",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Felix Koss",
- "initials": "F K",
- "username": null,
- "title": null,
- "user_id": 1807,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
Sets the associated Assets as Collective Work
id required | integer |
asset_ids | Array of integers Array of Asset IDs to set. |
preview_asset_id | integer ID of an Image Asset to use as the preview (e.g. rendered preview of an INDD) |
remove_preview_asset | boolean Set to |
{- "id": 178,
- "filename": "maxime.jpg",
- "file_size": null,
- "guid": "a3831462-16e9-485e-80a7-e1983a35d0af",
- "short_guid": "a3831462",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": false,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": true,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": {
- "value": 1,
- "created_at": "2024-04-17T16:32:16.021Z",
- "updated_at": "2024-04-17T16:32:16.021Z"
}, - "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": true,
- "block_level": 0,
- "rights_package_block_level": 0,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": true,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 178,
- "user_id": 1831,
- "aasm_state": "processed",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:32:14.340Z",
- "updated_at": "2024-04-17T16:32:16.321Z",
- "s3_upload_id": null,
- "s3_upload_key": "143/3f911f4a/a3831462-16e9-485e-80a7-e1983a35d0af-maxime.jpg",
- "time_to_process": 0,
- "captured_at": "2024-04-16T16:32:14.336Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": 1137,
- "submitted_at": "2024-04-17T04:32:14.336Z",
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "not_requested",
- "faces_searched_at": null,
- "rights_status": "owned",
- "rights_status_name": "Owned by Organization",
- "rights_status_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "creator_tag": null,
- "storage_folder_path": "earum-tempora49",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 1831,
- "first_name": "Oliver",
- "last_name": "Stroman",
- "default_username": "bobbie",
- "confirmed_at": "2024-04-17T16:32:14.045Z",
- "created_at": "2024-04-17T16:32:14.046Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Oliver Stroman",
- "initials": "O S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1831
}, - "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "custom_meta_values": [ ],
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 6567,
- "created_at": "2024-04-17T16:32:14.317Z",
- "name": "Caravaggio49",
- "description": "Dolorem sit ea. Dolor et velit. Dolore ut reiciendis.",
- "slug": "earum-tempora49",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Caravaggio49"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "earum-tempora49"
], - "asset_group_id": 6567,
- "has_workflow_steps": false,
- "contribution_id": 3938,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1834,
- "first_name": "Marcus",
- "last_name": "Senger",
- "created_at": "2024-04-17T16:32:14.189Z",
- "default_username": "jeanetteweber",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Marcus Senger",
- "initials": "M S",
- "username": null,
- "title": null,
- "user_id": 1834,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 1137,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.749Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1138,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.751Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1139,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.751Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1140,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.752Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1141,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.753Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1142,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.753Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1143,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.754Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 1144,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.757Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "rights_package": {
- "id": 1137,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 1808,
- "first_name": "Cruz",
- "last_name": "Sanford",
- "default_username": "rayford_grimes",
- "confirmed_at": "2024-04-17T16:32:11.663Z",
- "created_at": "2024-04-17T16:32:11.664Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Cruz Sanford",
- "initials": "C S",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 1808
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:32:11.749Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true,
- "contracts": [ ]
}, - "upload": {
- "id": 178,
- "user_id": 1832,
- "guid": "3f911f4a",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:32:14.331Z",
- "updated_at": "2024-04-17T16:32:14.331Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 3939,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 3939,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "facilis-minima",
- "storage_folder_id": 6567,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:32:14.329Z",
- "updated_at": "2024-04-17T16:32:14.329Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 6567,
- "created_at": "2024-04-17T16:32:14.317Z",
- "name": "Caravaggio49",
- "description": "Dolorem sit ea. Dolor et velit. Dolore ut reiciendis.",
- "slug": "earum-tempora49",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Caravaggio49"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "earum-tempora49"
], - "asset_group_id": 6567,
- "has_workflow_steps": false,
- "contribution_id": 3938,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 1834,
- "first_name": "Marcus",
- "last_name": "Senger",
- "created_at": "2024-04-17T16:32:14.189Z",
- "default_username": "jeanetteweber",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Marcus Senger",
- "initials": "M S",
- "username": null,
- "title": null,
- "user_id": 1834,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_asset_ids": [
- 180,
- 179
], - "collective_work_ids": [ ]
}
Returns all of your created Asset IDs with last_external_sync_at
less than updated_at
.
The timestamp is set in Search, Details, and Update when parameter sync=true
.
created_via | string Service that created the Assets; uses the |
[- 190
]
Multiple assets will be created and uploaded using the from_url
parameter, comma-delimited. Contribution ID required, which can be created beforehand in the Manage panel.
If the Asset filename
is not supplied, the content-disposition response header of the URL will be used, e.g. "content-disposition: attachment; filename=the-filename.jpg"
from_url required | string URL of file(s) to upload from, comma delimited |
contribution_id | integer Contribution ID, leave black to upload into Default Storage Folder |
object |
{- "from_url": "https://picsum.photos/200, https://picsum.photos/300",
- "contribution_id": 4253,
- "asset": {
- "description": "string",
- "add_tag_names": [
- "string"
], - "add_tags_with_commas": "string",
- "remove_tag_names": [
- "string"
], - "replace_tag_names": [
- "string"
], - "add_links": [
- "string"
], - "remove_links": [
- "string"
], - "filename": "string",
- "rating": 5,
- "creator": [
- "string"
], - "description_writer": "string",
- "usage_terms": "string",
- "title": "string",
- "headline": "string",
- "alt_text": "string",
- "captured_at": null,
- "has_people": true,
- "country": "string",
- "state": "string",
- "city": "string",
- "sublocation": "string",
- "country_code": "string",
- "event": "string",
- "iptc_event_id": [
- "string"
], - "organization_in_image_name": [
- "string"
], - "extended_description": "string",
- "iptc_job_id": "string",
- "intellectual_genre": "string",
- "scene": [
- "string"
], - "subject_code": [
- "string"
], - "credit_line": "string",
- "instructions": "string",
- "iptc_rights": "string",
- "web_statement": "string",
- "model_release_status": "string",
- "property_release_status": "string",
- "authors_position": "string",
- "iptc_source": "string",
- "copyright_owner": {
- "copyright_owner_name": [
- "string"
], - "copyright_owner_id": [
- "string"
]
}, - "iptc_dig_image_guid": "string",
- "image_supplier": {
- "image_supplier_name": [
- "string"
], - "image_supplier_id": [
- "string"
]
}, - "iptc_image_supplier_image_id": "string",
- "licensor": {
- "licensor_name": [
- "string"
], - "licensor_id": [
- "string"
], - "licensor_email": [
- "string"
], - "licensor_url": [
- "string"
], - "licensor_street_address": [
- "string"
], - "licensor_city": [
- "string"
], - "licensor_postal_code": [
- "string"
], - "licensor_region": [
- "string"
], - "licensor_country": [
- "string"
], - "licensor_extended_address": [
- "string"
], - "licensor_telephone1": [
- "string"
], - "licensor_telephone2": [
- "string"
], - "licensor_telephone_type1": [
- "string"
], - "licensor_telephone_type2": [
- "string"
]
}, - "addl_model_info": "string",
- "iptc_model_release_id": [
- "string"
], - "model_age": [
- "string"
], - "minor_model_age_disclosure": "string",
- "iptc_property_release_id": [
- "string"
], - "product_in_image": {
- "product_name": [
- "string"
], - "product_description": [
- "string"
], - "product_gtin": [
- "string"
], - "product_sku": [
- "string"
]
}, - "artwork_or_object": {
- "ao_title": [
- "string"
], - "ao_circa_date_created": [
- "string"
], - "ao_content_description": [
- "string"
], - "ao_contribution_description": [
- "string"
], - "ao_copyright_notice": [
- "string"
], - "ao_creator": [
- "string"
], - "ao_creator_id": [
- "string"
], - "ao_current_copyright_owner_id": [
- "string"
], - "ao_current_licensor_id": [
- "string"
], - "ao_current_licensor_name": [
- "string"
], - "ao_date_created": [
- "string"
], - "ao_physical_description": [
- "string"
], - "ao_source": [
- "string"
], - "ao_source_inventory_number": [
- "string"
], - "ao_source_inventory_url": [
- "string"
], - "ao_style_period": [
- "string"
]
}, - "latitude": 0,
- "longitude": 0,
- "rights_package_id": 0,
- "rights_status": "owned",
- "contract": true,
- "release": true,
- "custom_meta": {
- "Custom Meta Field 66": "Stinky Tofu",
- "Custom Meta Field 67": [
- "Pho 49"
]
}, - "block_level": 0
}
}
[- {
- "id": 194,
- "filename": null,
- "file_size": null,
- "guid": "60cba80e-ba32-45ce-9416-715dfcccf67a",
- "short_guid": "60cba80e",
- "type": "Document",
- "ext": null,
- "duration": null,
- "md5": null,
- "mime_type": null,
- "thumb_url": null,
- "grid_url": null,
- "small_url": null,
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": null,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Document",
- "downloadable_previews": false,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": false,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 194,
- "user_id": 1951,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:32:36.769Z",
- "updated_at": "2024-04-17T16:32:36.804Z",
- "s3_upload_id": null,
- "s3_upload_key": "155/c27e395a/60cba80e-ba32-45ce-9416-715dfcccf67a-",
- "time_to_process": null,
- "captured_at": null,
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": null,
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "pending",
- "faces_searched_at": null,
- "creator_tag": null,
- "storage_folder_path": "odit-est65",
- "tags": [ ]
}, - {
- "id": 195,
- "filename": null,
- "file_size": null,
- "guid": "efc5ec9f-1778-4802-8710-2d44e74dc21a",
- "short_guid": "efc5ec9f",
- "type": "Document",
- "ext": null,
- "duration": null,
- "md5": null,
- "mime_type": null,
- "thumb_url": null,
- "grid_url": null,
- "small_url": null,
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": null,
- "rights_editable": null,
- "rights_manageable": null,
- "taggable": true,
- "description_editable": null,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Document",
- "downloadable_previews": false,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": false,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 194,
- "user_id": 1951,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:32:42.644Z",
- "updated_at": "2024-04-17T16:32:42.678Z",
- "s3_upload_id": null,
- "s3_upload_key": "155/c27e395a/efc5ec9f-1778-4802-8710-2d44e74dc21a-",
- "time_to_process": null,
- "captured_at": null,
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": null,
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "pending",
- "faces_searched_at": null,
- "creator_tag": null,
- "storage_folder_path": "odit-est65",
- "tags": [ ]
}
]
q | string Search by name |
parent_id | integer Parent Collection ID |
[- {
- "id": 7428,
- "created_at": "2024-04-17T16:33:13.222Z",
- "name": "Kandinsky74",
- "description": "Unde reiciendis et. Consequatur atque voluptas. Libero ut consequuntur.",
- "path_names": [
- "Kandinsky74"
], - "path_slugs": [
- "possimus-illum74"
], - "slug": "possimus-illum74",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 7428,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "position": 58,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "user": {
- "id": 2084,
- "first_name": "Vonnie",
- "last_name": "Schamberger",
- "created_at": "2024-04-17T16:33:13.074Z",
- "default_username": "terisa",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Vonnie Schamberger",
- "initials": "V S",
- "username": null,
- "title": null,
- "user_id": 2084,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true
}
]
{- "collection": {
- "name": "Test Collection",
- "description": "string",
- "parent_id": 7713,
- "organizer": true,
- "featured": true,
- "enable_toc": true,
- "toc_copy": "string",
- "toc_contact": "string",
- "poster_image_guid": "string",
- "enable_embargo": true,
- "embargo_ends_at": null
}
}
{- "id": 7714,
- "created_at": "2024-04-17T16:33:22.113Z",
- "name": "Test Collection",
- "description": null,
- "path_names": [
- "Pollock78",
- "Test Collection"
], - "path_slugs": [
- "facere_sed78",
- "test-collection"
], - "slug": "test-collection",
- "sandbox": false,
- "organizer": null,
- "type": "Collection",
- "has_children": false,
- "parent_id": 7713,
- "ancestor_ids": [
- 7713
], - "permission_ids": [ ],
- "visible_assets_count": null,
- "asset_group_id": 7714,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "position": 1,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "user": {
- "id": 2134,
- "first_name": "Rosana",
- "last_name": "Kiehn",
- "created_at": "2024-04-17T16:33:19.603Z",
- "default_username": "shawn",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Rosana Kiehn",
- "initials": "R K",
- "username": null,
- "title": null,
- "user_id": 2134,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "permissions": [ ],
- "workflow_steps": [ ],
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "enable_poster_image": true,
- "poster_image": null,
- "links": [ ],
- "asset_group_admins": [ ],
- "webhooks": [ ]
}
For tree traversal. All children of the Parent folder specified by parent_id
(or blank for root level) will be returned.
parent_id | integer ID of parent folder, blank for root level |
[- {
- "id": 7527,
- "created_at": "2024-04-17T16:33:16.294Z",
- "name": "Botticelli76",
- "description": "Culpa sapiente quod. Dolorem inventore sed. Incidunt quae commodi.",
- "path_names": [
- "Botticelli76"
], - "path_slugs": [
- "repudiandae_fugiat76"
], - "slug": "repudiandae_fugiat76",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 7527,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "position": 62,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "user": {
- "id": 2109,
- "first_name": "Flo",
- "last_name": "Zieme",
- "created_at": "2024-04-17T16:33:16.117Z",
- "default_username": "dacia_wuckert",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Flo Zieme",
- "initials": "F Z",
- "username": null,
- "title": null,
- "user_id": 2109,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true
}, - {
- "id": 7521,
- "created_at": "2024-04-17T16:33:16.107Z",
- "name": "Donatello75",
- "description": "Sed officiis aut. Est sint quaerat. Id est sunt.",
- "path_names": [
- "Donatello75"
], - "path_slugs": [
- "exercitationem_temporibus75"
], - "slug": "exercitationem_temporibus75",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 7521,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "position": 58,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "user": {
- "id": 2108,
- "first_name": "Eugene",
- "last_name": "Hauck",
- "created_at": "2024-04-17T16:33:15.987Z",
- "default_username": "bonita",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Eugene Hauck",
- "initials": "E H",
- "username": null,
- "title": null,
- "user_id": 2108,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true
}
]
{- "id": 7620,
- "created_at": "2024-04-17T16:33:19.312Z",
- "name": "Paul Klee77",
- "description": "Iure et iste. Aspernatur ipsum debitis. Facere eius earum.",
- "path_names": [
- "Paul Klee77"
], - "path_slugs": [
- "quia-optio77"
], - "slug": "quia-optio77",
- "sandbox": false,
- "organizer": false,
- "type": "Collection",
- "has_children": false,
- "parent_id": null,
- "ancestor_ids": [ ],
- "permission_ids": [ ],
- "visible_assets_count": 0,
- "asset_group_id": 7620,
- "has_workflow_steps": false,
- "sort_order": null,
- "featured": false,
- "sortable": true,
- "user_group_id": null,
- "auto_group": null,
- "view_settings": null,
- "enable_embargo": false,
- "embargo_ends_at": null,
- "embargoed": false,
- "children_sort_order": null,
- "position": 58,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "user": {
- "id": 2133,
- "first_name": "Dustin",
- "last_name": "Pagac",
- "created_at": "2024-04-17T16:33:19.196Z",
- "default_username": "shenna",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dustin Pagac",
- "initials": "D P",
- "username": null,
- "title": null,
- "user_id": 2133,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "can_update_assets": true,
- "permissions": [ ],
- "workflow_steps": [ ],
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "enable_poster_image": true,
- "poster_image": null,
- "links": [ ],
- "asset_group_admins": [ ],
- "webhooks": [ ]
}
id required | integer |
asset_id | integer ID of Asset To Add |
position | integer ID of parent folder, blank for root level |
{- "id": 47,
- "asset_group_id": 7807,
- "asset_id": 204,
- "user_id": 2158,
- "created_at": "2024-04-17T16:33:25.578Z",
- "updated_at": "2024-04-17T16:33:25.578Z",
- "approval_id": null,
- "position": 1,
- "last_lightroom_sync_at": null,
- "workflow_step_id": null
}
Supply the size and asset IDs to download to receive the token which can then be used within the next 5 minutes to start the data download.
Partial downloading is supported using the header: Range: bytes=<start>-<end>
object |
{- "download": {
- "size": "small",
- "watermarked": true,
- "via": "string",
- "skip_meta": true,
- "start_time": null,
- "end_time": null,
- "asset_ids": [
- 0
]
}
}
{- "token": "d863abcac20fa631ee54a79b75d1487c",
- "filename": "oreillykihn-mediagraph-download-#3.zip",
- "integration": null
}
user_id | integer (Optional) User ID other than Current User. Only available to admins. |
[- {
- "name": "My First Lightbox",
- "sub_type": "home",
- "description": null,
- "created_at": "2024-04-17T16:33:35.288Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8041,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8041,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8041,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2248,
- "first_name": "Joette",
- "last_name": "Wintheiser",
- "created_at": "2024-04-17T16:33:35.116Z",
- "default_username": "noeltreutel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Joette Wintheiser",
- "initials": "J W",
- "username": null,
- "title": null,
- "user_id": 2248,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8041-my-first-lightbox",
- "id": 4198,
- "path_names": [
- "My First Lightbox"
], - "path_slugs": [
- "4198-my-first-lightbox"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "contribution_id": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}, - {
- "name": "Shared with me",
- "sub_type": "shared",
- "description": null,
- "created_at": "2024-04-17T16:33:35.334Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 8044,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 8044,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 8044,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2248,
- "first_name": "Joette",
- "last_name": "Wintheiser",
- "created_at": "2024-04-17T16:33:35.116Z",
- "default_username": "noeltreutel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Joette Wintheiser",
- "initials": "J W",
- "username": null,
- "title": null,
- "user_id": 2248,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8044-shared-with-me",
- "id": 4199,
- "path_names": [
- "Shared with me"
], - "path_slugs": [
- "4199-shared-with-me"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}, - {
- "name": "Archive",
- "sub_type": "archive",
- "description": "\n Use this lightbox organizer to reduce clutter in the projects panel.\n Store Lightboxes and Projects that are completed or inactive here.\n ",
- "created_at": "2024-04-17T16:33:35.344Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 8045,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 8045,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 8045,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2248,
- "first_name": "Joette",
- "last_name": "Wintheiser",
- "created_at": "2024-04-17T16:33:35.116Z",
- "default_username": "noeltreutel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Joette Wintheiser",
- "initials": "J W",
- "username": null,
- "title": null,
- "user_id": 2248,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8045-archive",
- "id": 4200,
- "path_names": [
- "Archive"
], - "path_slugs": [
- "4200-archive"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}, - {
- "name": "Munch85",
- "sub_type": null,
- "description": "Quae accusantium ut. Dolores eligendi qui. Eos distinctio adipisci.",
- "created_at": "2024-04-17T16:33:37.494Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8124,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8124,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8124,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2248,
- "first_name": "Joette",
- "last_name": "Wintheiser",
- "created_at": "2024-04-17T16:33:35.116Z",
- "default_username": "noeltreutel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Joette Wintheiser",
- "initials": "J W",
- "username": null,
- "title": null,
- "user_id": 2248,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8124-officia-inventore85",
- "id": 4243,
- "path_names": [
- "Munch85"
], - "path_slugs": [
- "4243-officia-inventore85"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "contribution_id": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}
]
For tree traversal. All children of the Parent folder specified by parent_id
(or blank for root level) will be returned.
parent_id | integer ID of parent Lightbox, blank for root level |
sub_type | string Value: "folder" Set to |
[- {
- "name": "Archive",
- "sub_type": "archive",
- "description": "\n Use this lightbox organizer to reduce clutter in the projects panel.\n Store Lightboxes and Projects that are completed or inactive here.\n ",
- "created_at": "2024-04-17T16:33:38.102Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 8133,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 8133,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 8133,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2271,
- "first_name": "Dinah",
- "last_name": "Langosh",
- "created_at": "2024-04-17T16:33:37.893Z",
- "default_username": "samantha",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dinah Langosh",
- "initials": "D L",
- "username": null,
- "title": null,
- "user_id": 2271,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8133-archive",
- "id": 4246,
- "path_names": [
- "Archive"
], - "path_slugs": [
- "4246-archive"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}, - {
- "name": "My First Lightbox",
- "sub_type": "home",
- "description": null,
- "created_at": "2024-04-17T16:33:38.055Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8129,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8129,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8129,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2271,
- "first_name": "Dinah",
- "last_name": "Langosh",
- "created_at": "2024-04-17T16:33:37.893Z",
- "default_username": "samantha",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dinah Langosh",
- "initials": "D L",
- "username": null,
- "title": null,
- "user_id": 2271,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8129-my-first-lightbox",
- "id": 4244,
- "path_names": [
- "My First Lightbox"
], - "path_slugs": [
- "4244-my-first-lightbox"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "contribution_id": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}, - {
- "name": "Renoir87",
- "sub_type": null,
- "description": "Architecto in ratione. Pariatur est totam. Corrupti qui velit.",
- "created_at": "2024-04-17T16:33:40.457Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8213,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8213,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8213,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2271,
- "first_name": "Dinah",
- "last_name": "Langosh",
- "created_at": "2024-04-17T16:33:37.893Z",
- "default_username": "samantha",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dinah Langosh",
- "initials": "D L",
- "username": null,
- "title": null,
- "user_id": 2271,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8213-id_eaque87",
- "id": 4290,
- "path_names": [
- "Renoir87"
], - "path_slugs": [
- "4290-id_eaque87"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "contribution_id": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}, - {
- "name": "Shared with me",
- "sub_type": "shared",
- "description": null,
- "created_at": "2024-04-17T16:33:38.096Z",
- "organizer": true,
- "type": "Lightbox",
- "asset_group_id": 8132,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": false,
- "comments_count": 0,
- "commentable_id": 8132,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": false,
- "folder_root_id": 8132,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2271,
- "first_name": "Dinah",
- "last_name": "Langosh",
- "created_at": "2024-04-17T16:33:37.893Z",
- "default_username": "samantha",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dinah Langosh",
- "initials": "D L",
- "username": null,
- "title": null,
- "user_id": 2271,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8132-shared-with-me",
- "id": 4245,
- "path_names": [
- "Shared with me"
], - "path_slugs": [
- "4245-shared-with-me"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}, - {
- "name": "Winslow Homer86",
- "sub_type": null,
- "description": "Ad assumenda porro. Est perspiciatis maiores. Aliquam ab ut.",
- "created_at": "2024-04-17T16:33:40.434Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8212,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8212,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8212,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2271,
- "first_name": "Dinah",
- "last_name": "Langosh",
- "created_at": "2024-04-17T16:33:37.893Z",
- "default_username": "samantha",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dinah Langosh",
- "initials": "D L",
- "username": null,
- "title": null,
- "user_id": 2271,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8212-iste_laudantium86",
- "id": 4289,
- "path_names": [
- "Winslow Homer86"
], - "path_slugs": [
- "4289-iste_laudantium86"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": true,
- "contribution_id": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null
}
]
id | integer The ID of your membership to this Lightbox, or ID of a Folder. |
sub_type | string Value: "folder" Set to |
{- "name": "Caravaggio98",
- "sub_type": null,
- "description": "Rem et non. Magni sapiente doloremque. Sit aliquam aperiam.",
- "created_at": "2024-04-17T16:33:48.672Z",
- "organizer": false,
- "type": "Lightbox",
- "asset_group_id": 8485,
- "has_workflow_steps": false,
- "enable_contribution": false,
- "project_id": null,
- "commentable": true,
- "comments_count": 0,
- "commentable_id": 8485,
- "sort_order": null,
- "share_links_count": 0,
- "sortable": true,
- "folder_root_id": 8485,
- "view_settings": null,
- "always_create_lightroom_assets": false,
- "last_lightroom_sync_at": null,
- "reindexing_at": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "user": {
- "id": 2340,
- "first_name": "Nga",
- "last_name": "Blanda",
- "created_at": "2024-04-17T16:33:46.211Z",
- "default_username": "ima",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Nga Blanda",
- "initials": "N B",
- "username": null,
- "title": null,
- "user_id": 2340,
- "lang": null,
- "notify_new_membership_requests": null
}, - "slug": "8485-ad-laudantium98",
- "id": 4430,
- "path_names": [
- "Caravaggio98"
], - "path_slugs": [
- "4430-ad-laudantium98"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "archived": false,
- "has_uploadable_descendants": false,
- "editable": true,
- "can_update_assets": true,
- "has_children": true,
- "contribution_id": false,
- "total_file_size": 0,
- "enable_toc": false,
- "toc_copy": null,
- "toc_contact": null,
- "featured": false,
- "enable_poster_image": true,
- "poster_image": null,
- "lightbox_path_slugs": [
- "8485-ad-laudantium98"
], - "workflow_steps": [ ],
- "users": [
- {
- "editable": true,
- "id": 2340,
- "first_name": "Nga",
- "last_name": "Blanda",
- "created_at": "2024-04-17T16:33:46.211Z",
- "default_username": "ima",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Nga Blanda",
- "initials": "N B",
- "username": null,
- "title": null,
- "user_id": 2340,
- "lang": null,
- "notify_new_membership_requests": null
}
], - "links": [ ],
- "webhooks": [ ]
}
[- {
- "id": 1491,
- "created_at": "2024-04-17T16:33:54.403Z",
- "updated_at": "2024-04-17T16:33:54.403Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2411,
- "first_name": "Allan",
- "last_name": "Williamson",
- "default_username": "nellie",
- "confirmed_at": "2024-04-17T16:33:54.398Z",
- "created_at": "2024-04-17T16:33:54.401Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Allan Williamson",
- "initials": "A W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": "nellie",
- "title": null,
- "user_id": 2411,
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "A W",
- "tester": false,
- "username": "nellie",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Allan Williamson",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1490,
- "created_at": "2024-04-17T16:33:54.289Z",
- "updated_at": "2024-04-17T16:33:54.289Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2410,
- "first_name": "Bo",
- "last_name": "Beatty",
- "default_username": "silvana",
- "confirmed_at": "2024-04-17T16:33:54.285Z",
- "created_at": "2024-04-17T16:33:54.286Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Bo Beatty",
- "initials": "B B",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": "silvana",
- "title": null,
- "user_id": 2410,
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "B B",
- "tester": false,
- "username": "silvana",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Bo Beatty",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1489,
- "created_at": "2024-04-17T16:33:54.161Z",
- "updated_at": "2024-04-17T16:33:54.161Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2409,
- "first_name": "Robt",
- "last_name": "Reilly",
- "default_username": "tu_kiehn",
- "confirmed_at": "2024-04-17T16:33:54.157Z",
- "created_at": "2024-04-17T16:33:54.159Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Robt Reilly",
- "initials": "R R",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": "tu_kiehn",
- "title": null,
- "user_id": 2409,
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "R R",
- "tester": false,
- "username": "tu_kiehn",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Robt Reilly",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1478,
- "created_at": "2024-04-17T16:33:52.431Z",
- "updated_at": "2024-04-17T16:33:52.431Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2390,
- "first_name": "Stiedemann-Lowe Test",
- "last_name": "Global Tagger",
- "default_username": null,
- "confirmed_at": "2024-04-17T16:33:52.426Z",
- "created_at": "2024-04-17T16:33:52.428Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stiedemann-Lowe Test Global Tagger",
- "initials": "S G",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": "-4",
- "title": null,
- "user_id": 2390,
- "notify_new_membership_requests": true
}, - "role_level": "global_tagger",
- "role_level_name": "Global Tagger",
- "initials": "S G",
- "tester": true,
- "username": "-4",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Stiedemann-Lowe Test Global Tagger",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1477,
- "created_at": "2024-04-17T16:33:52.319Z",
- "updated_at": "2024-04-17T16:33:52.319Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2389,
- "first_name": "Stiedemann-Lowe Test",
- "last_name": "Global Library Manager",
- "default_username": null,
- "confirmed_at": "2024-04-17T16:33:52.314Z",
- "created_at": "2024-04-17T16:33:52.317Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stiedemann-Lowe Test Global Library Manager",
- "initials": "S G",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": "-3",
- "title": null,
- "user_id": 2389,
- "notify_new_membership_requests": true
}, - "role_level": "global_library",
- "role_level_name": "Global Library",
- "initials": "S G",
- "tester": true,
- "username": "-3",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Stiedemann-Lowe Test Global Library Manager",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1476,
- "created_at": "2024-04-17T16:33:52.197Z",
- "updated_at": "2024-04-17T16:33:52.197Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2388,
- "first_name": "Stiedemann-Lowe Test",
- "last_name": "Global Content Manager",
- "default_username": null,
- "confirmed_at": "2024-04-17T16:33:52.191Z",
- "created_at": "2024-04-17T16:33:52.194Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stiedemann-Lowe Test Global Content Manager",
- "initials": "S G",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": "-2",
- "title": null,
- "user_id": 2388,
- "notify_new_membership_requests": true
}, - "role_level": "global_content",
- "role_level_name": "Global Content",
- "initials": "S G",
- "tester": true,
- "username": "-2",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Stiedemann-Lowe Test Global Content Manager",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1475,
- "created_at": "2024-04-17T16:33:52.071Z",
- "updated_at": "2024-04-17T16:33:52.071Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2387,
- "first_name": "Stiedemann-Lowe Test",
- "last_name": "General Member",
- "default_username": null,
- "confirmed_at": "2024-04-17T16:33:52.065Z",
- "created_at": "2024-04-17T16:33:52.068Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Stiedemann-Lowe Test General Member",
- "initials": "S G",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 2387,
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "S G",
- "tester": true,
- "username": null,
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Stiedemann-Lowe Test General Member",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}, - {
- "id": 1474,
- "created_at": "2024-04-17T16:33:51.965Z",
- "updated_at": "2024-04-17T16:33:51.965Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2386,
- "first_name": "Michal",
- "last_name": "Lesch",
- "default_username": "lovie_ryan",
- "confirmed_at": "2024-04-17T16:33:51.795Z",
- "created_at": "2024-04-17T16:33:51.797Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Michal Lesch",
- "initials": "M L",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": "lovie_ryan",
- "title": null,
- "user_id": 2386,
- "notify_new_membership_requests": true
}, - "role_level": "admin",
- "role_level_name": "Admin",
- "initials": "M L",
- "tester": false,
- "username": "lovie_ryan",
- "title": null,
- "last_login_at": null,
- "is_owner": true,
- "otp_required_for_login": null,
- "name": "Michal Lesch",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": false
}
]
{- "id": 1507,
- "created_at": "2024-04-17T16:33:57.364Z",
- "updated_at": "2024-04-17T16:33:57.364Z",
- "aasm_state": "active",
- "user_group_ids": [ ],
- "user": {
- "id": 2435,
- "first_name": "Magen",
- "last_name": "Medhurst",
- "default_username": "willow_wisoky",
- "confirmed_at": "2024-04-17T16:33:57.362Z",
- "created_at": "2024-04-17T16:33:57.363Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Magen Medhurst",
- "initials": "M M",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": "willow_wisoky",
- "title": null,
- "user_id": 2435,
- "notify_new_membership_requests": true
}, - "role_level": "general",
- "role_level_name": "General",
- "initials": "M M",
- "tester": false,
- "username": "willow_wisoky",
- "title": null,
- "last_login_at": null,
- "is_owner": false,
- "otp_required_for_login": null,
- "name": "Magen Medhurst",
- "avatar_url": null,
- "user_groups_count": 0,
- "user_groups": [ ],
- "switchable": true
}
id required | integer |
object |
{- "membership": {
- "role_level": "global_library"
}
}
{- "organization_id": 209,
- "id": 1523,
- "user_id": 2459,
- "invite_id": null,
- "aasm_state": "active",
- "created_at": "2024-04-17T16:34:00.130Z",
- "updated_at": "2024-04-17T16:34:00.255Z",
- "role_level": "global_library",
- "username": "palmabailey",
- "title": null,
- "last_login_at": null,
- "box_token": null,
- "box_token_set_at": null,
- "single_use_token": null,
- "box_user": null,
- "grid_color": null,
- "dropbox_token": null,
- "dropbox_token_set_at": null,
- "dropbox_user": null,
- "google_drive_refresh_token": null,
- "google_drive_access_token": null,
- "google_drive_connected_at": null,
- "google_drive_account": null,
- "frame_token": null,
- "frame_token_set_at": null,
- "frame_account": null,
- "lightroom_token": null,
- "lightroom_token_set_at": null,
- "lightroom_account": null,
- "lightroom_catalog_id": null,
- "created_via": null,
- "rekognition_user_id": null,
- "face_tag_id": null,
- "notify_new_membership_requests": true,
- "name": "Pinkie Corkery",
- "initials": "P C",
- "avatar_url": null,
- "user_group_ids": [ ]
}
id required | integer |
status | string Enum: "active" "deactivated" Status |
{- "organization_id": 212,
- "id": 1539,
- "user_id": 2483,
- "invite_id": null,
- "aasm_state": "deactivated",
- "created_at": "2024-04-17T16:34:02.831Z",
- "updated_at": "2024-04-17T16:34:02.955Z",
- "role_level": "general",
- "username": "carey",
- "title": null,
- "last_login_at": null,
- "box_token": null,
- "box_token_set_at": null,
- "single_use_token": null,
- "box_user": null,
- "grid_color": null,
- "dropbox_token": null,
- "dropbox_token_set_at": null,
- "dropbox_user": null,
- "google_drive_refresh_token": null,
- "google_drive_access_token": null,
- "google_drive_connected_at": null,
- "google_drive_account": null,
- "frame_token": null,
- "frame_token_set_at": null,
- "frame_account": null,
- "lightroom_token": null,
- "lightroom_token_set_at": null,
- "lightroom_account": null,
- "lightroom_catalog_id": null,
- "created_via": null,
- "rekognition_user_id": null,
- "face_tag_id": null,
- "notify_new_membership_requests": true,
- "name": "Monserrate Hirthe",
- "initials": "M H",
- "avatar_url": null,
- "user_group_ids": [ ]
}
Get details about the Organization and your Abilities (https://github.com/stalniy/casl) for it via its slug.
slug | string The slug of the Organization |
{- "organization": {
- "id": 215,
- "title": "Tremblay, Dach and Kling",
- "domain": null,
- "slug": "tremblay-dach-and-kling",
- "created_at": "2024-04-17T16:34:03.399Z",
- "updated_at": "2024-04-17T16:34:04.105Z",
- "logo_url": null,
- "large_logo_url": null,
- "last_login_at": null,
- "public_headline": null,
- "public_text": null,
- "public_banner_asset_guids": [ ],
- "login_background_asset_guid": null,
- "current_role_level_name": null,
- "lightbox_upload_role_level": "global_content",
- "stripe_status": "trialing",
- "custom_pricing": false,
- "enable_product_info": true,
- "enable_artwork_or_object": true,
- "enable_truncated_date_writing": false,
- "enable_face_tagging": true,
- "enable_sso": false,
- "sso_type": null,
- "encrypt_saml": false,
- "saml_email_attribute_name": "email",
- "hide_password_login": false,
- "stripe_product_code": "workgroup",
- "invoicing": false,
- "minimum_usage": null,
- "stripe_interval": "month",
- "storage_tier": 0,
- "cas_server_url": null,
- "cas_login_url": null,
- "plan_has_sso": true,
- "plan_has_group_content_managers": true,
- "plan_has_multiple_tag_trees": true,
- "free": false,
- "trial_ends_at": "2024-05-17T16:34:04.000Z",
- "locked": false,
- "view_settings": null,
- "reindexing": false,
- "reindexing_started_at": null,
- "reindexing_eta": null,
- "enable_ai": true,
- "enable_rekognition": true,
- "enable_general_member_auto_tags": false,
- "auto_tag_confidence_threshold": 80,
- "enable_nsfw_detection": true,
- "default_timezone": null,
- "download_filename_format": null,
- "access_request_terms": null,
- "contact_email": null,
- "contact_address": null,
- "contact_phone": null,
- "company_name": null,
- "overwrite_exif_date": false,
- "include_taggers_in_admin": false,
- "default_sort_order": "created_at-desc",
- "default_landing_page": "explore",
- "enable_transcription": true,
- "share_download_role_level": "general",
- "enable_face_training_mode": true,
- "medium_download_size": 1200,
- "sidebar_settings": [
- {
- "name": "taxonomies",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "date_created",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "events",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "filters",
- "admin": true,
- "public": true,
- "general": true
}
], - "inactivity_timeout_minutes": 1440,
- "sso_token": "5d0e5f09d0b7a1e5880473d10e5347a1",
- "user": {
- "id": 2484,
- "first_name": "Vonda",
- "last_name": "White",
- "created_at": "2024-04-17T16:34:03.395Z",
- "default_username": "santosgrimes",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Vonda White",
- "initials": "V W",
- "username": null,
- "title": null,
- "user_id": 2484,
- "lang": null,
- "notify_new_membership_requests": null
}, - "default_asset_modal_layout": "vertical",
- "featured_collections": [ ],
- "role_level": "admin",
- "role_level_name": "Admin",
- "is_owner": true,
- "stripe_details": null,
- "billing_email": null,
- "stripe_coupon": null,
- "stripe_customer_id": "test_cus_17",
- "stripe_subscription_id": "test_su_18",
- "has_public_uploads": false,
- "has_custom_meta_fields": true,
- "enable_download_statement": false,
- "header_background_color": "#000000",
- "header_text_color": "#ffffff",
- "header_highlight_color": "#1890ff",
- "enable_access_requests": false,
- "sidebar_items": [
- {
- "name": "taxonomies",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "date_created",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "events",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "filters",
- "admin": true,
- "public": true,
- "general": true
}
], - "public_collections": [ ],
- "banner_assets": [ ]
}, - "abilities": [
- {
- "action": [
- "manage"
], - "subject": [
- "all"
]
}, - {
- "action": [
- "manage"
], - "subject": [
- "organization"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "Organization"
], - "conditions": {
- "id": 215
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "CropPreset"
], - "conditions": {
- "organization_id": 215
}
}, - {
- "action": [
- "manage"
], - "subject": [
- "Content"
], - "inverted": true
}, - {
- "action": [
- "manage"
], - "subject": [
- "User"
], - "inverted": true
}, - {
- "action": [
- "switch_to_user"
], - "subject": [
- "User"
]
}
]
}
id | integer Example: id=218 The ID of the Organization |
{- "id": 218,
- "title": "Christiansen LLC",
- "domain": null,
- "slug": "christiansen-llc",
- "created_at": "2024-04-17T16:34:05.963Z",
- "updated_at": "2024-04-17T16:34:06.664Z",
- "logo_url": null,
- "large_logo_url": null,
- "last_login_at": null,
- "public_headline": null,
- "public_text": null,
- "public_banner_asset_guids": [ ],
- "login_background_asset_guid": null,
- "current_role_level_name": null,
- "lightbox_upload_role_level": "global_content",
- "stripe_status": "trialing",
- "custom_pricing": false,
- "enable_product_info": true,
- "enable_artwork_or_object": true,
- "enable_truncated_date_writing": false,
- "enable_face_tagging": true,
- "enable_sso": false,
- "sso_type": null,
- "encrypt_saml": false,
- "saml_email_attribute_name": "email",
- "hide_password_login": false,
- "stripe_product_code": "workgroup",
- "invoicing": false,
- "minimum_usage": null,
- "stripe_interval": "month",
- "storage_tier": 0,
- "cas_server_url": null,
- "cas_login_url": null,
- "plan_has_sso": true,
- "plan_has_group_content_managers": true,
- "plan_has_multiple_tag_trees": true,
- "free": false,
- "trial_ends_at": "2024-05-17T16:34:06.000Z",
- "locked": false,
- "view_settings": null,
- "reindexing": false,
- "reindexing_started_at": null,
- "reindexing_eta": null,
- "enable_ai": true,
- "enable_rekognition": true,
- "enable_general_member_auto_tags": false,
- "auto_tag_confidence_threshold": 80,
- "enable_nsfw_detection": true,
- "default_timezone": null,
- "download_filename_format": null,
- "access_request_terms": null,
- "contact_email": null,
- "contact_address": null,
- "contact_phone": null,
- "company_name": null,
- "overwrite_exif_date": false,
- "include_taggers_in_admin": false,
- "default_sort_order": "created_at-desc",
- "default_landing_page": "explore",
- "enable_transcription": true,
- "share_download_role_level": "general",
- "enable_face_training_mode": true,
- "medium_download_size": 1200,
- "sidebar_settings": [
- {
- "name": "taxonomies",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "date_created",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "events",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "filters",
- "admin": true,
- "public": true,
- "general": true
}
], - "inactivity_timeout_minutes": 1440,
- "sso_token": "e254dbf8a721fa1b4ac7105bb3081a34",
- "user": {
- "id": 2507,
- "first_name": "Claud",
- "last_name": "Frami",
- "created_at": "2024-04-17T16:34:05.956Z",
- "default_username": "earle_wolf",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Claud Frami",
- "initials": "C F",
- "username": null,
- "title": null,
- "user_id": 2507,
- "lang": null,
- "notify_new_membership_requests": null
}, - "default_asset_modal_layout": "vertical",
- "featured_collections": [ ],
- "role_level": "admin",
- "role_level_name": "Admin",
- "is_owner": true,
- "stripe_details": null,
- "billing_email": null,
- "stripe_coupon": null,
- "stripe_customer_id": "test_cus_29",
- "stripe_subscription_id": "test_su_30",
- "has_public_uploads": false,
- "has_custom_meta_fields": true,
- "enable_download_statement": false,
- "header_background_color": "#000000",
- "header_text_color": "#ffffff",
- "header_highlight_color": "#1890ff",
- "enable_access_requests": false,
- "sidebar_items": [
- {
- "name": "taxonomies",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "date_created",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "events",
- "admin": true,
- "public": true,
- "general": true
}, - {
- "name": "filters",
- "admin": true,
- "public": true,
- "general": true
}
], - "public_collections": [ ],
- "banner_assets": [ ]
}
publish_user_id | integer Filter by Publish User ID; for Lightroom Publish Connections |
publish_type | string Value: "lightroom" Filter by Publish Type |
[- {
- "id": 9143,
- "created_at": "2024-04-17T16:34:08.969Z",
- "description": null,
- "slug": "tester-518b0bd2-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9130,
- "ancestor_ids": [
- 9130
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-518b0bd2-mediagraph-io"
], - "asset_group_id": 9143,
- "has_workflow_steps": false,
- "contribution_id": 5402,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2532,
- "first_name": "Padberg and Sons Test",
- "last_name": "Global Content Manager",
- "created_at": "2024-04-17T16:34:08.940Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Padberg and Sons Test Global Content Manager",
- "initials": "P G",
- "username": null,
- "title": null,
- "user_id": 2532,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9128,
- "created_at": "2024-04-17T16:34:08.651Z",
- "name": "Uploads",
- "description": null,
- "slug": "uploads",
- "organizer": true,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "path_names": [
- "Uploads"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "uploads"
], - "asset_group_id": 9128,
- "has_workflow_steps": false,
- "contribution_id": null,
- "enable_contribution": false,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2530,
- "first_name": "Kennith",
- "last_name": "Hegmann",
- "created_at": "2024-04-17T16:34:08.574Z",
- "default_username": "harlandbarrows",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Kennith Hegmann",
- "initials": "K H",
- "username": null,
- "title": null,
- "user_id": 2530,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9129,
- "created_at": "2024-04-17T16:34:08.659Z",
- "name": "Default",
- "description": null,
- "slug": "default",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Uploads",
- "Default"
], - "parent_id": 9128,
- "ancestor_ids": [
- 9128
], - "visible_assets_count": null,
- "path_slugs": [
- "uploads",
- "default"
], - "asset_group_id": 9129,
- "has_workflow_steps": false,
- "contribution_id": 5394,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2530,
- "first_name": "Kennith",
- "last_name": "Hegmann",
- "created_at": "2024-04-17T16:34:08.574Z",
- "default_username": "harlandbarrows",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Kennith Hegmann",
- "initials": "K H",
- "username": null,
- "title": null,
- "user_id": 2530,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9130,
- "created_at": "2024-04-17T16:34:08.674Z",
- "name": "Lightbox Uploads Storage",
- "description": null,
- "slug": "lightbox-uploads-storage",
- "organizer": true,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "path_names": [
- "Lightbox Uploads Storage"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage"
], - "asset_group_id": 9130,
- "has_workflow_steps": false,
- "contribution_id": null,
- "enable_contribution": false,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2530,
- "first_name": "Kennith",
- "last_name": "Hegmann",
- "created_at": "2024-04-17T16:34:08.574Z",
- "default_username": "harlandbarrows",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Kennith Hegmann",
- "initials": "K H",
- "username": null,
- "title": null,
- "user_id": 2530,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9133,
- "created_at": "2024-04-17T16:34:08.750Z",
- "description": null,
- "slug": "noel-cassin-murray-org",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9130,
- "ancestor_ids": [
- 9130
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "noel-cassin-murray-org"
], - "asset_group_id": 9133,
- "has_workflow_steps": false,
- "contribution_id": 5396,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2530,
- "first_name": "Kennith",
- "last_name": "Hegmann",
- "created_at": "2024-04-17T16:34:08.574Z",
- "default_username": "harlandbarrows",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Kennith Hegmann",
- "initials": "K H",
- "username": null,
- "title": null,
- "user_id": 2530,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9134,
- "created_at": "2024-04-17T16:34:08.763Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9133,
- "ancestor_ids": [
- 9130,
- 9133
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "noel-cassin-murray-org",
- "my-first-lightbox"
], - "asset_group_id": 9134,
- "has_workflow_steps": false,
- "contribution_id": 5397,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2530,
- "first_name": "Kennith",
- "last_name": "Hegmann",
- "created_at": "2024-04-17T16:34:08.574Z",
- "default_username": "harlandbarrows",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Kennith Hegmann",
- "initials": "K H",
- "username": null,
- "title": null,
- "user_id": 2530,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9138,
- "created_at": "2024-04-17T16:34:08.848Z",
- "description": null,
- "slug": "tester-319acbcb-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9130,
- "ancestor_ids": [
- 9130
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-319acbcb-mediagraph-io"
], - "asset_group_id": 9138,
- "has_workflow_steps": false,
- "contribution_id": 5399,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2531,
- "first_name": "Padberg and Sons Test",
- "last_name": "General Member",
- "created_at": "2024-04-17T16:34:08.827Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Padberg and Sons Test General Member",
- "initials": "P G",
- "username": null,
- "title": null,
- "user_id": 2531,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9139,
- "created_at": "2024-04-17T16:34:08.871Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-3",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9138,
- "ancestor_ids": [
- 9130,
- 9138
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-319acbcb-mediagraph-io",
- "my-first-lightbox-3"
], - "asset_group_id": 9139,
- "has_workflow_steps": false,
- "contribution_id": 5400,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2531,
- "first_name": "Padberg and Sons Test",
- "last_name": "General Member",
- "created_at": "2024-04-17T16:34:08.827Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Padberg and Sons Test General Member",
- "initials": "P G",
- "username": null,
- "title": null,
- "user_id": 2531,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9144,
- "created_at": "2024-04-17T16:34:08.990Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-4",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9143,
- "ancestor_ids": [
- 9130,
- 9143
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-518b0bd2-mediagraph-io",
- "my-first-lightbox-4"
], - "asset_group_id": 9144,
- "has_workflow_steps": false,
- "contribution_id": 5403,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2532,
- "first_name": "Padberg and Sons Test",
- "last_name": "Global Content Manager",
- "created_at": "2024-04-17T16:34:08.940Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Padberg and Sons Test Global Content Manager",
- "initials": "P G",
- "username": null,
- "title": null,
- "user_id": 2532,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9148,
- "created_at": "2024-04-17T16:34:09.100Z",
- "description": null,
- "slug": "tester-1a997d02-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9130,
- "ancestor_ids": [
- 9130
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-1a997d02-mediagraph-io"
], - "asset_group_id": 9148,
- "has_workflow_steps": false,
- "contribution_id": 5405,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2533,
- "first_name": "Padberg and Sons Test",
- "last_name": "Global Library Manager",
- "created_at": "2024-04-17T16:34:09.072Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Padberg and Sons Test Global Library Manager",
- "initials": "P G",
- "username": null,
- "title": null,
- "user_id": 2533,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9149,
- "created_at": "2024-04-17T16:34:09.121Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-5",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9148,
- "ancestor_ids": [
- 9130,
- 9148
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-1a997d02-mediagraph-io",
- "my-first-lightbox-5"
], - "asset_group_id": 9149,
- "has_workflow_steps": false,
- "contribution_id": 5406,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2533,
- "first_name": "Padberg and Sons Test",
- "last_name": "Global Library Manager",
- "created_at": "2024-04-17T16:34:09.072Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Padberg and Sons Test Global Library Manager",
- "initials": "P G",
- "username": null,
- "title": null,
- "user_id": 2533,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9153,
- "created_at": "2024-04-17T16:34:09.338Z",
- "description": null,
- "slug": "tester-f95ddbb9-mediagraph-io",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9130,
- "ancestor_ids": [
- 9130
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-f95ddbb9-mediagraph-io"
], - "asset_group_id": 9153,
- "has_workflow_steps": false,
- "contribution_id": 5408,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2534,
- "first_name": "Padberg and Sons Test",
- "last_name": "Global Tagger",
- "created_at": "2024-04-17T16:34:09.313Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Padberg and Sons Test Global Tagger",
- "initials": "P G",
- "username": null,
- "title": null,
- "user_id": 2534,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9154,
- "created_at": "2024-04-17T16:34:09.358Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-7",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9153,
- "ancestor_ids": [
- 9130,
- 9153
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "tester-f95ddbb9-mediagraph-io",
- "my-first-lightbox-7"
], - "asset_group_id": 9154,
- "has_workflow_steps": false,
- "contribution_id": 5409,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2534,
- "first_name": "Padberg and Sons Test",
- "last_name": "Global Tagger",
- "created_at": "2024-04-17T16:34:09.313Z",
- "default_username": null,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Padberg and Sons Test Global Tagger",
- "initials": "P G",
- "username": null,
- "title": null,
- "user_id": 2534,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9216,
- "created_at": "2024-04-17T16:34:11.143Z",
- "description": null,
- "slug": "lannie-braun-lubowitz-name",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "parent_id": 9130,
- "ancestor_ids": [
- 9130
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "lannie-braun-lubowitz-name"
], - "asset_group_id": 9216,
- "has_workflow_steps": false,
- "contribution_id": 5443,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2553,
- "first_name": "Louella",
- "last_name": "Konopelski",
- "created_at": "2024-04-17T16:34:11.123Z",
- "default_username": "venetta",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Louella Konopelski",
- "initials": "L K",
- "username": null,
- "title": null,
- "user_id": 2553,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9217,
- "created_at": "2024-04-17T16:34:11.161Z",
- "name": "My First Lightbox",
- "description": null,
- "slug": "my-first-lightbox-6",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "parent_id": 9216,
- "ancestor_ids": [
- 9130,
- 9216
], - "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage",
- "lannie-braun-lubowitz-name",
- "my-first-lightbox-6"
], - "asset_group_id": 9217,
- "has_workflow_steps": false,
- "contribution_id": 5444,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2553,
- "first_name": "Louella",
- "last_name": "Konopelski",
- "created_at": "2024-04-17T16:34:11.123Z",
- "default_username": "venetta",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Louella Konopelski",
- "initials": "L K",
- "username": null,
- "title": null,
- "user_id": 2553,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9220,
- "created_at": "2024-04-17T16:34:11.240Z",
- "name": "Rubens102",
- "description": "Labore voluptate suscipit. Natus magnam corporis. Enim voluptatibus eligendi.",
- "slug": "et_officiis102",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Rubens102"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "et_officiis102"
], - "asset_group_id": 9220,
- "has_workflow_steps": false,
- "contribution_id": 5445,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2553,
- "first_name": "Louella",
- "last_name": "Konopelski",
- "created_at": "2024-04-17T16:34:11.123Z",
- "default_username": "venetta",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Louella Konopelski",
- "initials": "L K",
- "username": null,
- "title": null,
- "user_id": 2553,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}
]
object |
{- "storage_folder": {
- "name": "Test Folder",
- "description": "string",
- "parent_id": 9620,
- "organizer": true,
- "publish_type": "l",
- "publish_user_name": "string"
}
}
{- "id": 9621,
- "created_at": "2024-04-17T16:34:23.545Z",
- "name": "Test Folder",
- "description": null,
- "slug": "test-folder",
- "organizer": null,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Dali109",
- "Test Folder"
], - "parent_id": 9620,
- "ancestor_ids": [
- 9620
], - "visible_assets_count": null,
- "path_slugs": [
- "quis_iusto109",
- "test-folder"
], - "asset_group_id": 9621,
- "has_workflow_steps": false,
- "contribution_id": 5674,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2635,
- "first_name": "Nu",
- "last_name": "Koepp",
- "created_at": "2024-04-17T16:34:21.104Z",
- "default_username": "bert",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Nu Koepp",
- "initials": "N K",
- "username": null,
- "title": null,
- "user_id": 2635,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ],
- "block_destroy": false,
- "total_file_size": 0,
- "links": [ ],
- "webhooks": [ ]
}
For tree traversal. All children of the Parent folder specified by parent_id
(or blank for root level) will be returned.
parent_id | integer ID of parent folder, blank for root level |
[- {
- "id": 9319,
- "created_at": "2024-04-17T16:34:14.236Z",
- "name": "Caravaggio104",
- "description": "Voluptas dolore aut. Recusandae ut quia. Reprehenderit officia ut.",
- "slug": "nulla-non104",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Caravaggio104"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "nulla-non104"
], - "asset_group_id": 9319,
- "has_workflow_steps": false,
- "contribution_id": 5501,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2578,
- "first_name": "Devona",
- "last_name": "Bailey",
- "created_at": "2024-04-17T16:34:14.093Z",
- "default_username": "norberto_wuckert",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Devona Bailey",
- "initials": "D B",
- "username": null,
- "title": null,
- "user_id": 2578,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9223,
- "created_at": "2024-04-17T16:34:11.710Z",
- "name": "Lightbox Uploads Storage",
- "description": null,
- "slug": "lightbox-uploads-storage",
- "organizer": true,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "path_names": [
- "Lightbox Uploads Storage"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "lightbox-uploads-storage"
], - "asset_group_id": 9223,
- "has_workflow_steps": false,
- "contribution_id": null,
- "enable_contribution": false,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2554,
- "first_name": "Paris",
- "last_name": "Brown",
- "created_at": "2024-04-17T16:34:11.622Z",
- "default_username": "mohammed_hansen",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Paris Brown",
- "initials": "P B",
- "username": null,
- "title": null,
- "user_id": 2554,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9221,
- "created_at": "2024-04-17T16:34:11.684Z",
- "name": "Uploads",
- "description": null,
- "slug": "uploads",
- "organizer": true,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": true,
- "path_names": [
- "Uploads"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "uploads"
], - "asset_group_id": 9221,
- "has_workflow_steps": false,
- "contribution_id": null,
- "enable_contribution": false,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2554,
- "first_name": "Paris",
- "last_name": "Brown",
- "created_at": "2024-04-17T16:34:11.622Z",
- "default_username": "mohammed_hansen",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Paris Brown",
- "initials": "P B",
- "username": null,
- "title": null,
- "user_id": 2554,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - {
- "id": 9313,
- "created_at": "2024-04-17T16:34:14.080Z",
- "name": "Vettriano103",
- "description": "Non placeat ea. Autem laboriosam deserunt. Quos unde dolores.",
- "slug": "et_sunt103",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Vettriano103"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "et_sunt103"
], - "asset_group_id": 9313,
- "has_workflow_steps": false,
- "contribution_id": 5497,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2577,
- "first_name": "Denyse",
- "last_name": "Ruecker",
- "created_at": "2024-04-17T16:34:13.964Z",
- "default_username": "neomi",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Denyse Ruecker",
- "initials": "D R",
- "username": null,
- "title": null,
- "user_id": 2577,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}
]
{- "id": 9527,
- "created_at": "2024-04-17T16:34:20.819Z",
- "name": "Joan Miro108",
- "description": "Corporis et soluta. Occaecati tempora maiores. Molestiae natus sapiente.",
- "slug": "facilis-modi108",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Joan Miro108"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "facilis-modi108"
], - "asset_group_id": 9527,
- "has_workflow_steps": false,
- "contribution_id": 5621,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2634,
- "first_name": "Dustin",
- "last_name": "Bayer",
- "created_at": "2024-04-17T16:34:20.711Z",
- "default_username": "roselia",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Dustin Bayer",
- "initials": "D B",
- "username": null,
- "title": null,
- "user_id": 2634,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ],
- "block_destroy": false,
- "total_file_size": 0,
- "links": [ ],
- "webhooks": [ ]
}
id required | integer |
object |
{- "storage_folder": {
- "name": "Test Folder Edit",
- "description": "string",
- "parent_id": 0,
- "organizer": true,
- "lightroom_publish_service_id": "lr-catalog-id"
}
}
{- "id": 9714,
- "created_at": "2024-04-17T16:34:26.330Z",
- "name": "Test Folder Edit",
- "description": "Quidem occaecati blanditiis. Dolores ut aut. Corrupti aut occaecati.",
- "slug": "test-folder-edit",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Test Folder Edit"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "test-folder-edit"
], - "asset_group_id": 9714,
- "has_workflow_steps": false,
- "contribution_id": 5726,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": "lr-catalog-id",
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 2682,
- "first_name": "Lanelle",
- "last_name": "Schroeder",
- "created_at": "2024-04-17T16:34:26.224Z",
- "default_username": "genaro_fadel",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Lanelle Schroeder",
- "initials": "L S",
- "username": null,
- "title": null,
- "user_id": 2682,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ],
- "block_destroy": false,
- "total_file_size": 0,
- "links": [ ],
- "webhooks": [ ]
}
[- {
- "id": 269,
- "organization_id": 257,
- "name": "repellendus",
- "description": null,
- "user_id": 2854,
- "created_at": "2024-04-17T16:34:45.055Z",
- "updated_at": "2024-04-17T16:34:45.055Z",
- "user": {
- "id": 2854,
- "first_name": "Buster",
- "last_name": "Weber",
- "default_username": "herbzboncak",
- "confirmed_at": "2024-04-17T16:34:45.052Z",
- "created_at": "2024-04-17T16:34:45.053Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Buster Weber",
- "initials": "B W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 2854
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 268,
- "organization_id": 257,
- "name": "libero",
- "description": null,
- "user_id": 2853,
- "created_at": "2024-04-17T16:34:45.049Z",
- "updated_at": "2024-04-17T16:34:45.049Z",
- "user": {
- "id": 2853,
- "first_name": "Maryam",
- "last_name": "Windler",
- "default_username": "damionrunolfsdottir",
- "confirmed_at": "2024-04-17T16:34:45.046Z",
- "created_at": "2024-04-17T16:34:45.046Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Maryam Windler",
- "initials": "M W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 2853
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 267,
- "organization_id": 257,
- "name": "vel",
- "description": null,
- "user_id": 2852,
- "created_at": "2024-04-17T16:34:45.042Z",
- "updated_at": "2024-04-17T16:34:45.042Z",
- "user": {
- "id": 2852,
- "first_name": "Aliza",
- "last_name": "Will",
- "default_username": "shad_grimes",
- "confirmed_at": "2024-04-17T16:34:45.039Z",
- "created_at": "2024-04-17T16:34:45.040Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Aliza Will",
- "initials": "A W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 2852
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}, - {
- "id": 264,
- "organization_id": 257,
- "name": "Global Tag Tree",
- "description": null,
- "user_id": 2829,
- "created_at": "2024-04-17T16:34:42.946Z",
- "updated_at": "2024-04-17T16:34:42.946Z",
- "user": {
- "id": 2829,
- "first_name": "Maximo",
- "last_name": "Gibson",
- "default_username": "quinton",
- "confirmed_at": "2024-04-17T16:34:42.799Z",
- "created_at": "2024-04-17T16:34:42.800Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Maximo Gibson",
- "initials": "M G",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 2829
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true
}
]
{- "taxonomy": {
- "name": "Main Taxonomy",
- "description": "string"
}
}
{- "id": 278,
- "organization_id": 263,
- "name": "Main Taxonomy",
- "description": null,
- "user_id": 2879,
- "created_at": "2024-04-17T16:34:50.474Z",
- "updated_at": "2024-04-17T16:34:50.474Z",
- "user": {
- "id": 2879,
- "first_name": "Delana",
- "last_name": "Tillman",
- "default_username": "asialeffler",
- "confirmed_at": "2024-04-17T16:34:47.827Z",
- "created_at": "2024-04-17T16:34:47.828Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Delana Tillman",
- "initials": "D T",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 2879
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true,
- "user_groups": [ ]
}
{- "id": 273,
- "organization_id": 260,
- "name": "sint",
- "description": null,
- "user_id": 2878,
- "created_at": "2024-04-17T16:34:47.572Z",
- "updated_at": "2024-04-17T16:34:47.572Z",
- "user": {
- "id": 2878,
- "first_name": "Ossie",
- "last_name": "Kerluke",
- "default_username": "sammy_quigley",
- "confirmed_at": "2024-04-17T16:34:47.569Z",
- "created_at": "2024-04-17T16:34:47.570Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Ossie Kerluke",
- "initials": "O K",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 2878
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true,
- "user_groups": [ ]
}
id required | integer |
object |
{- "taxonomy": {
- "name": "Main Taxonomy Edit",
- "description": "string"
}
}
{- "id": 282,
- "organization_id": 266,
- "name": "Main Taxonomy Edit",
- "description": null,
- "user_id": 2926,
- "created_at": "2024-04-17T16:34:53.025Z",
- "updated_at": "2024-04-17T16:34:53.036Z",
- "user": {
- "id": 2926,
- "first_name": "Fanny",
- "last_name": "Cormier",
- "default_username": "harold_abbott",
- "confirmed_at": "2024-04-17T16:34:53.021Z",
- "created_at": "2024-04-17T16:34:53.022Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Fanny Cormier",
- "initials": "F C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 2926
}, - "user_group_ids": [ ],
- "taxonomy_tag_roots": [ ],
- "editable": true,
- "user_groups": [ ]
}
Create the Upload container within the Contribution that will receive the uploaded Assets.
object | |
contribution_id | integer Contribution ID these uploaded Assets will go into. |
{- "upload": {
- "name": "string",
- "note": "string",
- "default_rights_package_id": 0
}, - "contribution_id": 0
}
{- "id": 209,
- "user_id": 3111,
- "guid": "d9347934",
- "name": "Test Upload",
- "note": "API docs upload test",
- "aasm_state": null,
- "created_at": "2024-04-17T16:35:15.039Z",
- "updated_at": "2024-04-17T16:35:15.039Z",
- "assets_count": 0,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 6599,
- "all_requirements_met": false,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 6599,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "consequuntur-et",
- "storage_folder_id": 11292,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:35:15.028Z",
- "updated_at": "2024-04-17T16:35:15.028Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 0,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 11292,
- "created_at": "2024-04-17T16:35:15.017Z",
- "name": "Escher112",
- "description": "Eligendi qui expedita. Adipisci placeat eligendi. Dolores odio aliquam.",
- "slug": "quasi_dolore112",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Escher112"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quasi_dolore112"
], - "asset_group_id": 11292,
- "has_workflow_steps": false,
- "contribution_id": 6598,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 3134,
- "first_name": "Frankie",
- "last_name": "Koepp",
- "created_at": "2024-04-17T16:35:14.895Z",
- "default_username": "robbie",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Frankie Koepp",
- "initials": "F K",
- "username": null,
- "title": null,
- "user_id": 3134,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "tag_suggesters": [ ],
- "aws_key": "AKIAIZNM36WWPGMCYN4Q",
- "bucket": "tandemvault-asset-uploads-development",
- "user": {
- "id": 3111,
- "first_name": "Loren",
- "last_name": "Klocko",
- "created_at": "2024-04-17T16:35:12.347Z",
- "default_username": "rowena_langosh",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Loren Klocko",
- "initials": "L K",
- "username": null,
- "title": null,
- "user_id": 3111,
- "lang": null,
- "notify_new_membership_requests": null
}, - "ftp_password": "531cc818",
- "ftp_url": "sftp://carmelo.johnston%40lubowitz-heidenreich.biz:[email protected]/mediagraph-ftp-dev-2/290/584b7c6d"
}
Prepare the Asset to be uploaded to S3. Use the signed_upload_url
response attribute to then upload via PUT. E.g:
curl -v --upload-file path/to/file.jpg "{signed_upload_url}"
. Then use the /set_uploaded
endpoint once the data upload to S3 is complete.
Note that the signed_upload_url
is only valid for 1 hour.
guid required | string Upload GUID created in the prior step. |
object |
{- "asset": {
- "filename": "test.jpg",
- "file_size": 10000,
- "path": "",
- "created_via": "api",
- "created_via_id": "external-file-id"
}
}
{- "id": 211,
- "filename": "test.jpg",
- "file_size": 10000,
- "guid": "39cd27e3-6207-4e95-b2b7-36d636b4ab82",
- "short_guid": "39cd27e3",
- "type": "Image",
- "ext": "jpg",
- "duration": null,
- "md5": null,
- "mime_type": "image/jpeg",
- "thumb_url": null,
- "grid_url": null,
- "small_url": null,
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Image",
- "downloadable_previews": false,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": false,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": "",
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 210,
- "user_id": 3135,
- "aasm_state": "pending",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:35:18.010Z",
- "updated_at": "2024-04-17T16:35:18.029Z",
- "s3_upload_id": null,
- "s3_upload_key": "293/134aa9b7/39cd27e3-6207-4e95-b2b7-36d636b4ab82-test.jpg",
- "time_to_process": null,
- "captured_at": null,
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": "api",
- "created_via_id": "external-file-id",
- "vector": false,
- "rights_package_id": null,
- "submitted_at": null,
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "pending",
- "faces_searched_at": null,
- "creator_tag": null,
- "storage_folder_path": "consectetur-aspernatur113",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "permalink_url": null,
- "custom_meta_values": [ ],
- "full_url": null,
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 11385,
- "created_at": "2024-04-17T16:35:17.988Z",
- "name": "Munch113",
- "description": "Quo eum dolor. Eum officiis nisi. Tenetur nesciunt alias.",
- "slug": "consectetur-aspernatur113",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Munch113"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "consectetur-aspernatur113"
], - "asset_group_id": 11385,
- "has_workflow_steps": false,
- "contribution_id": 6651,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 3159,
- "first_name": "Johnson",
- "last_name": "Johnston",
- "created_at": "2024-04-17T16:35:17.901Z",
- "default_username": "gricelda",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Johnson Johnston",
- "initials": "J J",
- "username": null,
- "title": null,
- "user_id": 3159,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 2337,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:15.446Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2338,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:15.447Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2339,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:15.447Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2340,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:15.448Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2341,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:15.449Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2342,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:15.450Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2343,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:15.450Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2344,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 3135,
- "first_name": "Latesha",
- "last_name": "Crooks",
- "default_username": "lacy",
- "confirmed_at": "2024-04-17T16:35:15.346Z",
- "created_at": "2024-04-17T16:35:15.347Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Latesha Crooks",
- "initials": "L C",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3135
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:15.451Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "upload": {
- "id": 210,
- "user_id": 3135,
- "guid": "134aa9b7",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:35:17.998Z",
- "updated_at": "2024-04-17T16:35:17.998Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 6652,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 6652,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "qui_iusto",
- "storage_folder_id": 11385,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:35:17.997Z",
- "updated_at": "2024-04-17T16:35:17.997Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 11385,
- "created_at": "2024-04-17T16:35:17.988Z",
- "name": "Munch113",
- "description": "Quo eum dolor. Eum officiis nisi. Tenetur nesciunt alias.",
- "slug": "consectetur-aspernatur113",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Munch113"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "consectetur-aspernatur113"
], - "asset_group_id": 11385,
- "has_workflow_steps": false,
- "contribution_id": 6651,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 3159,
- "first_name": "Johnson",
- "last_name": "Johnston",
- "created_at": "2024-04-17T16:35:17.901Z",
- "default_username": "gricelda",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Johnson Johnston",
- "initials": "J J",
- "username": null,
- "title": null,
- "user_id": 3159,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
Call once the data has been fully uploaded to S3; this will start background processing of the Asset.
guid required | string The Asset GUID |
skip_meta | boolean Do not set description, tags, location, captured, by the new metadata. Useful when adding a new version. |
{- "id": 212,
- "filename": "alias.js",
- "file_size": null,
- "guid": "57aa0dd8-ba4c-4d12-ac66-3d5bc4ff6a11",
- "short_guid": "57aa0dd8",
- "type": "Document",
- "ext": "js",
- "duration": null,
- "md5": null,
- "mime_type": "text/javascript",
- "thumb_url": null,
- "grid_url": null,
- "small_url": null,
- "description": null,
- "width": null,
- "height": null,
- "ppi": null,
- "downloadable": true,
- "original_downloadable": true,
- "editable": true,
- "manageable": true,
- "rights_editable": true,
- "rights_manageable": true,
- "taggable": true,
- "description_editable": true,
- "expired": null,
- "expires_at": null,
- "release": false,
- "contract": false,
- "released": false,
- "has_people": null,
- "headline": null,
- "title": null,
- "credit_line": null,
- "event": null,
- "city": null,
- "state": null,
- "country": null,
- "sublocation": null,
- "featured_organization_name": null,
- "usage_terms": null,
- "content_preview": null,
- "has_transcript": false,
- "transcription_job_status": null,
- "creator": [ ],
- "vote": null,
- "nsfw_detected": false,
- "data_version_number": 1,
- "preview_type": "Document",
- "downloadable_previews": false,
- "block_level": 0,
- "rights_package_block_level": null,
- "max_block_level": 0,
- "textract_retrieved_at": null,
- "submitted": false,
- "preview_image_url": null,
- "checked_out_at": null,
- "frame_asset_id": null,
- "frame_status": null,
- "alt_text": null,
- "has_document_url": false,
- "has_pdf_url": false,
- "rating": null,
- "path": null,
- "catalogue_number": null,
- "upload_finished_at": null,
- "upload_started_at": null,
- "processing_started_at": null,
- "upload_id": 211,
- "user_id": 3160,
- "aasm_state": "uploaded",
- "processing_finished_at": null,
- "processing_error": null,
- "processing_progress": null,
- "file_type": null,
- "created_at": "2024-04-17T16:35:21.144Z",
- "updated_at": "2024-04-17T16:35:21.157Z",
- "s3_upload_id": null,
- "s3_upload_key": "296/a0c3137b/57aa0dd8-ba4c-4d12-ac66-3d5bc4ff6a11-alias.js",
- "time_to_process": null,
- "captured_at": "2024-04-16T16:35:21.141Z",
- "captured_at_truncation": null,
- "captured_at_offset": null,
- "notes": null,
- "created_via": null,
- "created_via_id": null,
- "vector": false,
- "rights_package_id": null,
- "submitted_at": null,
- "downloads_count": 0,
- "latitude": null,
- "longitude": null,
- "optimization_requested_at": null,
- "optimization_completed_at": null,
- "trashed_at": null,
- "last_external_sync_at": null,
- "rekognition_labels_retrieved_at": null,
- "rekognition_faces_requested_at": null,
- "rekognition_faces_retrieved_at": null,
- "face_indexing_state": "pending",
- "faces_searched_at": null,
- "creator_tag": null,
- "storage_folder_path": "quod_ipsum114",
- "tags": [ ],
- "aspect": null,
- "transcript": null,
- "transcript_version": null,
- "vtt_url": null,
- "transcript_output_json_url": null,
- "has_ocr_content": null,
- "description_writer": null,
- "country_code": null,
- "iptc_event_id": null,
- "organization_in_image_name": null,
- "extended_description": null,
- "iptc_job_id": null,
- "intellectual_genre": null,
- "scene": null,
- "subject_code": null,
- "instructions": null,
- "iptc_rights": null,
- "web_statement": null,
- "model_release_status": null,
- "property_release_status": null,
- "authors_position": null,
- "iptc_source": null,
- "copyright_owner": null,
- "iptc_dig_image_guid": null,
- "image_supplier": null,
- "iptc_image_supplier_image_id": null,
- "licensor": null,
- "addl_model_info": null,
- "iptc_model_release_id": null,
- "model_age": null,
- "minor_model_age_disclosure": null,
- "iptc_property_release_id": null,
- "product_in_image": null,
- "artwork_or_object": null,
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "data_versions_count": 1,
- "trashed_by": null,
- "creator_contact_info": null,
- "auto_tags_count": 0,
- "moderation_labels": null,
- "checked_in_at": null,
- "checkout_integration": null,
- "rekognition_faces": null,
- "ignored_face_ids": null,
- "pdf_url": false,
- "meta_structs": [ ],
- "links": [ ],
- "permalink_url": null,
- "custom_meta_values": [ ],
- "full_url": null,
- "download_sizes": [
- "original",
- "full",
- "medium",
- "small"
], - "storage_folder": {
- "id": 11478,
- "created_at": "2024-04-17T16:35:21.123Z",
- "name": "Michelangelo114",
- "description": "Soluta est ea. Ab repellendus asperiores. Consectetur iste molestias.",
- "slug": "quod_ipsum114",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Michelangelo114"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quod_ipsum114"
], - "asset_group_id": 11478,
- "has_workflow_steps": false,
- "contribution_id": 6704,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 3185,
- "first_name": "Delfina",
- "last_name": "Ankunding",
- "created_at": "2024-04-17T16:35:20.981Z",
- "default_username": "darrenratke",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Delfina Ankunding",
- "initials": "D A",
- "username": null,
- "title": null,
- "user_id": 3185,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true,
- "workflow_steps": [ ]
}, - "collections": [ ],
- "lightboxes": [ ],
- "available_rights_packages": [
- {
- "id": 2361,
- "name": "Owned by Organization",
- "rights_class": "owned",
- "rights_class_name": "Owned by Organization",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "rights_class_description": "e.g. employee-created image done as part of job description, or commissioned work done under work for hire contract",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:18.600Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2362,
- "name": "Unlimited Use",
- "rights_class": "unlimited",
- "rights_class_name": "Unlimited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "rights_class_description": "org has unlimited use of the object, but does not have copyright ownership. E.g. commissioned work acquired under a contract that specifies unlimited use, or submissions that are specified as unlimited use",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:18.601Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2363,
- "name": "Limited Use",
- "rights_class": "some",
- "rights_class_name": "Limited Use",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has some rights to the object as spelled out in a rights agreement",
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "rights_class_description": "Org has some rights to the object as spelled out in a rights agreement",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:18.602Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2364,
- "name": "Library Rights Only",
- "rights_class": "library",
- "rights_class_name": "Library Rights Only",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "rights_class_description": "Org has the right to store the object in our library, but no further rights are secured. E.g. images submitted to account for informational purposes.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:18.602Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2365,
- "name": "No Rights",
- "rights_class": "none",
- "rights_class_name": "No Rights",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "rights_class_description": "Company has no rights. E.g. A competitor’s product brochure or advertisements",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:18.603Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2366,
- "name": "Rights Unknown (Haven’t Searched)",
- "rights_class": "unknown_no_search",
- "rights_class_name": "Rights Unknown (Haven’t Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "rights_class_description": "This is a default unknown setting that just indicates that no rights tags have been applied.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:18.603Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2367,
- "name": "Rights Unknown (Have Searched)",
- "rights_class": "unknown_searched",
- "rights_class_name": "Rights Unknown (Have Searched)",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "rights_class_description": "This helps to track whether it’s likely that rights can even be discovered definitively.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:18.604Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}, - {
- "id": 2368,
- "name": "Unassigned",
- "rights_class": "unassigned",
- "rights_class_name": "Unassigned",
- "other_party_name": null,
- "expires": false,
- "expires_at": null,
- "visible_assets_count": null,
- "meta_field_text": null,
- "summary": null,
- "description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "user": {
- "id": 3160,
- "first_name": "Rusty",
- "last_name": "Wisoky",
- "default_username": "cristopher_satterfield",
- "confirmed_at": "2024-04-17T16:35:18.509Z",
- "created_at": "2024-04-17T16:35:18.510Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Rusty Wisoky",
- "initials": "R W",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3160
}, - "rights_class_description": "This is a Rights Status placeholder for a Rights Package that does not yet have an assigned status.",
- "enabled": true,
- "enable_long_form": false,
- "long_form_url": null,
- "long_form": null,
- "replace_meta_field": false,
- "replace_empty_meta_field": false,
- "reusable": true,
- "allow_contract_upload": null,
- "allow_model_release_upload": null,
- "created_at": "2024-04-17T16:35:18.605Z",
- "watermark": false,
- "personalize": false,
- "long_form_type": null,
- "prevent_download": false,
- "external_contract_id": null,
- "external_contract_location": null,
- "default": false,
- "block_level": 0,
- "editable": true
}
], - "upload": {
- "id": 211,
- "user_id": 3183,
- "guid": "a0c3137b",
- "name": null,
- "note": null,
- "aasm_state": null,
- "created_at": "2024-04-17T16:35:21.138Z",
- "updated_at": "2024-04-17T16:35:21.138Z",
- "assets_count": 1,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": true,
- "contribution_id": 6705,
- "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 6705,
- "name": null,
- "text": null,
- "featured": true,
- "slug": "labore-odit",
- "storage_folder_id": 11478,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": null,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:35:21.136Z",
- "updated_at": "2024-04-17T16:35:21.136Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 1,
- "user_assets_count": 0,
- "type": "link",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "rights_packages": [ ],
- "storage_folder": {
- "id": 11478,
- "created_at": "2024-04-17T16:35:21.123Z",
- "name": "Michelangelo114",
- "description": "Soluta est ea. Ab repellendus asperiores. Consectetur iste molestias.",
- "slug": "quod_ipsum114",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Michelangelo114"
], - "parent_id": null,
- "ancestor_ids": [ ],
- "visible_assets_count": null,
- "path_slugs": [
- "quod_ipsum114"
], - "asset_group_id": 11478,
- "has_workflow_steps": false,
- "contribution_id": 6704,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 3185,
- "first_name": "Delfina",
- "last_name": "Ankunding",
- "created_at": "2024-04-17T16:35:20.981Z",
- "default_username": "darrenratke",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Delfina Ankunding",
- "initials": "D A",
- "username": null,
- "title": null,
- "user_id": 3185,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 0
}, - "tag_suggesters": [ ]
}, - "all_requirements_met": true,
- "tag_suggesters_met": true,
- "rights_package_met": true,
- "creator_tag_met": true,
- "unmet_tag_suggester_ids": [ ],
- "collective_work_ids": [ ]
}
(Optional) Call once all Assets have been uploaded. Will submit each Asset in background.
id required | integer The Upload ID |
{- "id": 212,
- "assets_count": 1,
- "unsubmitted_assets_count": 0,
- "all_requirements_met": true,
- "done": false,
- "done_at": null,
- "tag_suggesters_met": true,
- "unmet_tag_suggester_ids": [ ],
- "rights_packages_met": true,
- "creator_tags_met": true
}
Create an Upload container in the default Storage Folder; only to be used when a Contribution is not available.
object |
{- "upload": {
- "name": "string",
- "note": "string",
- "default_rights_package_id": 0
}
}
{- "id": 213,
- "user_id": 3212,
- "guid": "a6e21ff1",
- "name": "Test Upload",
- "note": "API docs upload test",
- "aasm_state": null,
- "created_at": "2024-04-17T16:35:27.655Z",
- "updated_at": "2024-04-17T16:35:27.655Z",
- "assets_count": 0,
- "tag_names": [ ],
- "default_rights_package_id": null,
- "done": false,
- "done_at": null,
- "standalone": false,
- "contribution_id": 6759,
- "all_requirements_met": false,
- "tag_suggesters_met": true,
- "rights_packages_met": true,
- "creator_tags_met": true,
- "unmet_tag_suggester_ids": [ ],
- "contribution": {
- "enabled": true,
- "id": 6759,
- "name": "Default",
- "text": null,
- "featured": true,
- "slug": null,
- "storage_folder_id": 11573,
- "auto_approve": false,
- "auto_add": false,
- "asset_group_id": 11573,
- "enable_comprehensive_tagging": false,
- "request_people_tags": false,
- "enable_tag_suggester": false,
- "create_place_name_tags": false,
- "created_at": "2024-04-17T16:35:25.470Z",
- "updated_at": "2024-04-17T16:35:25.470Z",
- "rights_package_ids": [ ],
- "require_rights_package": false,
- "require_creator_tag": false,
- "uploads_count": 1,
- "assets_count": 0,
- "user_assets_count": 0,
- "type": "storage_folder",
- "is_public": false,
- "notify_emails": [ ],
- "notify_copy": null,
- "membership_ids": [ ],
- "contribution_memberships_count": 0,
- "tag_names": [ ],
- "contribution_tag_suggesters_attributes": [ ],
- "asset_group": {
- "id": 11573,
- "name": "Default",
- "description": null,
- "type": "StorageFolder",
- "slug": "11573"
}, - "rights_packages": [ ],
- "storage_folder": {
- "id": 11573,
- "created_at": "2024-04-17T16:35:25.467Z",
- "name": "Default",
- "description": null,
- "slug": "default",
- "organizer": false,
- "type": "StorageFolder",
- "sub_type": null,
- "has_children": false,
- "path_names": [
- "Uploads",
- "Default"
], - "parent_id": 11572,
- "ancestor_ids": [
- 11572
], - "visible_assets_count": null,
- "path_slugs": [
- "uploads",
- "default"
], - "asset_group_id": 11573,
- "has_workflow_steps": false,
- "contribution_id": 6759,
- "enable_contribution": true,
- "sort_order": null,
- "box_folder_id": null,
- "box_folder_name": null,
- "publish_user_id": null,
- "publish_user": null,
- "publish_type": null,
- "dropbox_folder_id": null,
- "dropbox_folder_name": null,
- "frame_project_id": null,
- "frame_project_name": null,
- "frame_team_id": null,
- "frame_team_name": null,
- "lightroom_publish_service_id": null,
- "view_settings": null,
- "last_lightroom_sync_at": null,
- "created_via": null,
- "created_via_id": null,
- "reindexing_at": null,
- "google_drive_folder_id": null,
- "google_drive_folder_name": null,
- "user": {
- "id": 3212,
- "first_name": "Autumn",
- "last_name": "Wiza",
- "created_at": "2024-04-17T16:35:25.391Z",
- "default_username": "andrekiehn",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Autumn Wiza",
- "initials": "A W",
- "username": null,
- "title": null,
- "user_id": 3212,
- "lang": null,
- "notify_new_membership_requests": null
}, - "editable": true
}, - "editable": true,
- "pending_uploads_count": 1
}, - "tag_suggesters": [ ],
- "aws_key": "AKIAIZNM36WWPGMCYN4Q",
- "bucket": "tandemvault-asset-uploads-development",
- "user": {
- "id": 3212,
- "first_name": "Autumn",
- "last_name": "Wiza",
- "created_at": "2024-04-17T16:35:25.391Z",
- "default_username": "andrekiehn",
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "avatar_url": null,
- "name": "Autumn Wiza",
- "initials": "A W",
- "username": null,
- "title": null,
- "user_id": 3212,
- "lang": null,
- "notify_new_membership_requests": null
}, - "ftp_password": "76b10f27",
- "ftp_url": "sftp://myrta_hodkiewicz%40johnston.biz:[email protected]/mediagraph-ftp-dev-2/302/4bfd7b0f"
}
Get your User details from your Personal Access Token or OAuth Access Token.
{- "id": 3235,
- "first_name": "Chasidy",
- "last_name": "Prosacco",
- "default_username": "stacey",
- "confirmed_at": "2024-04-17T16:35:28.022Z",
- "created_at": "2024-04-17T16:35:28.024Z",
- "otp_required_for_login": null,
- "can_create_orgs": false,
- "timezone": null,
- "guest": null,
- "guest_email": null,
- "lang": null,
- "enable_lightroom": true,
- "avatar_url": null,
- "name": "Chasidy Prosacco",
- "initials": "C P",
- "user_group_ids": [ ],
- "last_organization": null,
- "username": null,
- "title": null,
- "user_id": 3235,
- "oauth_token": null,
- "membership": null,
- "organization": null
}