Save a lab instance
    • 15 Aug 2024
    • 1 Minute to read

    Save a lab instance


    Article summary

    Get
    /save

    The Save command allows you to save a specified lab instance.

    Security
    API Key
    Header parameter nameapi_key

    All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".

    Query parameters
    labinstanceid
    integer (int64) Required

    The ID of the lab instance to save.

    Example2393049
    Responses
    200

    OK Response.

    Example of successfully saving a specified lab instance
    {
      "Result": 1,
      "Expires": 1337977153,
      "Status": 1,
      "Error": null
    }
    object
    Result
    integer (int32)

    Result of the Save command. Possible values are:
    0 = Unknown Error
    1 = Success
    2 = Invalid State

    Expires
    integer (int32)

    When the saved lab will expire (in Unix epoch time).

    Status
    integer (int32)

    Indicates the status of the API request.
    0 = Error
    1 = Success

    Error
    string | null

    In the event of an error, this will contain a detailed error message.


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.