Get status of Presentation Builder Generation

This is where you get the status for a generation process, it will give you the overall status for all underlying steps.

Response example

{
    "generationId": "be1b265e-5865-4abf-90c2-668b77ea358a",
    "status": "Ready",
    "sourceTeamSiteId": "e262c538-53cc-437d-adf9-f8b2b1a6bedb",
    "sourceContentVersionId": "86f53c0d-b9e4-4f19-acce-965c902db343",
    "outputs":  [
        {
            "outputId": "PPTX",
            "format": "PPTX",
            "fileName": "fileName.PPTX"
        },
        {
            "outputId": "GSLIDES",
            "format": "GSLIDES",
            "fileName": "fileName.GSLIDES"
        },
        {
            "outputId": "PDF",
            "format": "PDF",
            "fileName": "fileName.PDF"
        }
    ]
}
Path Params
string
required

The teamsiteId to which the Presentation template belongs

uuid
required

The versionId to which the Presentation template content versionId belongs

uuid
required
Responses

500

Server Error

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json