POST /entity/{id}/table/filehandles
This method is used to get file handle information for rows in a TableEntity. The columns in the passed in RowReferenceSet need to be FILEHANDLEID columns and the rows in the passed in RowReferenceSet need to exists (a 400 will be returned if a row ID is provided that does not actually exist). The order of the returned rows of file handles is the same as the order of the rows requested, and the order of the file handles in each row is the same as the order of the columns requested.
Note: The caller must have the ACCESS_TYPE.READ permission on the TableEntity to make this call.
Service Limits
resource | limit |
---|---|
The maximum frequency this method can be called | 1 calls per second |
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/table/filehandles
Resource URL Variables
{id} | The ID of the TableEntity to append rows to. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | POST |
Request Object | RowReferenceSet (application/json) |
Response Object | TableFileHandleResults (application/json) |