Production Workflow

 View Only
  • 1.  Inception API V17.3.0 details

    Posted 10-01-2025 09:52

    Hi,

    I'm working with Inception API V17.3.0.
    I have the documentation installer so i can use the documentation.

    I have a question about Virtual Directory Endpoint : GET /common.rwp.vfs/VirtualDirectory/Object/List.js

    It says that one should provide projection Parameter as string but i can't find what it is (description is 'The registered directory projection to use.')

    Could you help me ?

    Chris



    ------------------------------
    Christophe Bondurand
    ------------------------------


  • 2.  RE: Inception API V17.3.0 details

    Posted 10-02-2025 09:10

    The projection is the data type that you're attempting to load directories for. For example, if you were opening the story browser, you would send com.rossvideo.inception.model.Story, or com.rossvideo.inception.model.RunningOrder if you were opening the running order manager. With the projection, we can determine which directories the user should see, based on permissions. The easiest way to determine what should be sent would be to open Inception, open the developer console to the network tab, filter to fetch/xhr, and then open the view that contains the data you want to pull in your API application. From there, you can find the relevant request and double check the data type being submitted.



    ------------------------------
    Jenn Jarvis
    Ross Video
    ------------------------------



  • 3.  RE: Inception API V17.3.0 details

    Posted 10-08-2025 07:45

    Thank you Jenn, you helped me with this...

    I have another question, it's about deleting a story.
    When i try to delete it with the API, the answer is 'permission denied'

    ... when i check in my browser, it look like there is some kind of lock/unlock to do.
    Could you explain me how it works please ?

    Regards,
    Chris

    De : Jenn Jarvis via Ross Video Limited <Mail@rossvideo.com>
    Envoyé : jeudi 2 octobre 2025 15:10
    À : christophe@42dlp.fr
    Objet : RE: Production Workflow : Inception API V17.3.0 details

     

    The projection is the data type that you're attempting to load directories for. For example, if you were opening the story browser, you would send...