These endpoints are intended for advanced use to allow integration with the JOOR platform, please visit the standard intergations endpoints for general use.
The JOOR endpoints will only allow the return of designers which have been permitted for JOOR integration. Please contact your ORB360 account manager to request access to additional designers.
The JOOR findById endpoint only allows access to media contained within a shoot which has been enabled for JOOR integration access and has been published.
Login to the ORB360 management interface to confirm your shoot's integration settings. Please contact your ORB360 account manager to request that integrations are enabled
Endpoint Remarks
Each request is limited to a single joorAlias string, the joorAlias is a unique id shared between JOOR and ORB360 platforms.
Multiple media items can be requested by passing additional media ids into the media array.
Media id queries are limited to a maximum of 50 unique ids per request. (Duplicates will throw a 400 validation error)
Displaying the 360s
The images array returned in the response can be passed directly to our interactive player (ORB360Embed) during initialisation to allow for hassle free display of the 360's in HTML based content.
A unique id shared between JOOR and ORB360 platforms
Example: "xxxxxxxxxxxxx"
mediaarray of string
Array of unique media identifiers (min: 1, max: 50)
resolutionobject
Specify the returned media resolutions within images.sizes (optional)
formatsobject
Specify the returned media formats (optional)
Response
success
Body
imagesarray of object
Array of images which match the requested query
videosarray of one of
Array of videos which match the requested media id(s).
Videos will only be returned if they have been enabled and generated for the linked shoot
The return type is determined by query parameter videosV2 which specifies the use the new videos response version (V2), this new version includes the support and inclusion of M3U8 video streams for VIDEO media types.
The query parameter provides a tempoary migration path to allow for the gradual migration to the new response type without breaking chnages.
Note: v2 response type will become the default in the future, so all new implementations should set this property to true, to avoid future breaking changes.
The JOOR findByTag endpoint only allows access to media contained within a shoot which has been enabled for JOOR integration access and has been published.
Login to the ORB360 management interface to confirm your shoot's integration settings. Please contact your ORB360 account manager to request that integrations are enabled
Endpoint Remarks
Each request is limited to a single joorAlias string, the joorAlias is a unique id shared between JOOR and ORB360 platforms.
Multiple tags can be specified by adding further { key, value } objects the tags array.
The tag array is limited to max 10 unique key-value pairs.
The condition attribute defines the evaluation of media which matches the supplied tags. Allowed options are:
AND: (default) returns media which contains a match against all of the supplied tags.
OR: return media which contains a match against at least one of the supplied tags.
Displaying the 360s
The images array returned in the response can be passed directly to our interactive player during initialisation to allow for hassle free display of the 360's in HTML based content.
A unique id shared between JOOR and ORB360 platforms
Example: "xxxxxxxxxxxxx"
conditionenum
The condition attribute defines the evaluation of media which matches the supplied tags. Allowed options are:
AND: returns media which contains a match against all of the supplied tags.
OR: return media which contains a match against at least one of the supplied tags.
ANDOR
tagsarray of object
Array of key/value pairs which which provide the query for media with matching tags (min: 1, max: 10)
resolutionobject
Specify the returned media resolutions within images.sizes (optional)
formatsobject
Specify the returned media formats (optional)
Response
success
Body
imagesarray of object
Array of images which match the requested query
videosarray of one of
Array of videos which match the requested media id(s).
Videos will only be returned if they have been enabled and generated for the linked shoot
The return type is determined by query parameter videosV2 which specifies the use the new videos response version (V2), this new version includes the support and inclusion of M3U8 video streams for VIDEO media types.
The query parameter provides a tempoary migration path to allow for the gradual migration to the new response type without breaking chnages.
Note: v2 response type will become the default in the future, so all new implementations should set this property to true, to avoid future breaking changes.