Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
"userId" : "userId",
"file" : "fileId",
"server": "apiServerURL",
any other supported parameter, see https://graebert.atlassian.net/wiki/spaces/KUDOPARTNER/pages/1180008643/Editor+parameters#General-Parameters
}

Expand
titleExample to open a file from S3:
Code Block
{
    "file": "test.dwg",
    "userId": "123"
}

The file id is the just name of the file in S3. User id should be the real user id in production but can be any arbitrary id for testing.

Response

If successful, the service will return a 200 status code with the token and expiration time.

...