Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Use this method to enumerate all document format profiles defined in the system.These profiles specify the document format rules to use by default. Profiles can then be assigned to projects. In Wordbee you can manage the profiles from the "Settings" link.


URL

(GET) settings/parserprofiles?token={tokenid}&clientid={clientId}

PARAMETERS

token

The token obtained on connection

Required

clientid

The id of specific client.

If not set, all the existing profiles are returned.

If set and equals to 0, returns only the profiles available for all clients.

If set and greater than 0, returns the profiles available for all clients and for the specified client.

Optional

 

RESULTS

Returns a list of ApiParserProfile.





  • No labels