Page tree

Versions Compared

Key

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

...

Endpointhttp://localhost:3005/v4/jobGroup/42/status
AuthenticationRequired
MethodGET
Request Body

None.

 

Response Status Code200 - OK
Response Body

Response includes a message status field on the current status of the job. See docs below for values.

Reference Docs:

See API JobGroups Get Status v4.

Publish

After a job has successfully completed, you can publish the results to another datastore with which the platform is integrated.

...

 

Endpointhttp://www.example.com:3005/v4/people/7/assetTransfer/4
AuthenticationRequired
MethodPATCH
Request Body

None.

Response Status Code201 - Created
Response Body


Code Block
[
    [
        1,
        [
            0,
            [
                {
                    "connectionId": 7,
                    "personId": 7,
                    "role": "owner",
                    "createdAt": "2019-02-21T19:52:22.993Z",
                    "updatedAt": "2019-02-21T19:52:22.993Z"
                }
            ]
        ]
    ]
]


Info

NOTE: Please verify that you have received a response similar to the above before you delete the user. You should also verify that the receiving user has the assets accessible in the application.


 

Delete user:

After assets have been transferred, users can be deleted by userId (4).

...