Partek Flow Documentation

Page tree

Versions Compared

Key

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

...

The name, id, description, owner, user roles, output folders, disk usage, time of last modified timemodification, and data of the project.

400: Returned if the project parameter is missing.

...

404: Returned on a GET request if no project with the specified name exists

Example

...


/

...

projects

...

{

"name": "My Project",

"id": "12",

"description": "",

"owner": "0",

"diskUsage": "7 GB",

"lastModifiedTimeStamp": 1496757541589,

"lastModifiedDate": "Jun 6,2017",

"data": [ "Unaligned reads" ]

}

/projects/list


POST, PUT, GET

Returns the list of visible projects on the server.

...

ParameterTypeDescription
filenamestringThe name of the file being uploaded.
filestringThe file content

Alternatively, a url can be specified.

OR

ParameterTypeDescription
urlstringA URL corresponding to a valid Flow project.

OR

ParameterTypeDescription
filepathstringA file on the server.

 

Responses

200: application/json

...