Class MockupGeneratorV2Service

Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • Retrieve Mockup Generator tasks Returns result of Mockup Generator tasks

    Parameters

    • id: string[]

      One or more mockup generator task IDs to return only specified tasks. The IDs can be found in the response of the operation Create mockup generator tasks.

    • limit: number = 20

      The number of results to return per page.

    • Optionaloffset: number

      The number of results to not include in the response starting from the beginning of the list.

      This can be used to return results after the initial 100. For example, sending offset 100

    Returns CancelablePromise<any>

    any OK

    ApiError