Integration - JOOR
Last updated
Was this helpful?
Last updated
Was this helpful?
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
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.
/api/integrations/apiKey/joor/findById
Query parameter specifies to use the new videos response version (V2), this new version includes support for multiple sources of the same width and also the 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 a future change so all new implementaions should set this property to true
, to avoid future breaking changes.
true
A unique id shared between JOOR and ORB360 platforms
xxxxxxxxxxxxx
Array of unique media identifiers (min: 1, max: 50)
Specify the returned media formats (optional)
Specify the returned media resolutions within images.sizes
(optional)
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
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.
/api/integrations/apiKey/joor/findByTag
Query parameter specifies to use the new videos response version (V2), this new version includes support for multiple sources of the same width and also the 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 a future change so all new implementaions should set this property to true
, to avoid future breaking changes.
true
A unique id shared between JOOR and ORB360 platforms
xxxxxxxxxxxxx
The condition attribute defines the evaluation of media which matches the supplied tags. Allowed options are:
AND
, OR
Array of key/value pairs which which provide the query for media with matching tags (min: 1, max: 10)
Specify the returned media formats (optional)
Specify the returned media resolutions within images.sizes
(optional)