{"swagger":"2.0","info":{"version":"V1","title":"Jamio openwork - Gateway OpenAPI","description":"Il gateway REST OpenAPI di Jamio openwork espone le Web APIs per accedere ai servizi applicativi di Jamio openwork secondo lo standard OpenAPI. La piattaforma Jamio è resource oriented e model driven. Ne consegue che per utilizzare le soluzioni di business costruite in Jamio, tramite gateway REST OpenAPI, è necessario conoscere i tipi con cui sono state modellate le entità che costituiscono la soluzione Jamio. Le operation invocabili sono suddivise per tipologia di servizio Jamio(Data, Process, Identity, etc.).","x-swagger-net-version":"8.3.47.101","contact":{"name":"Knowledge base","url":"https://instruments.jamio.com/knowledge_base/api_rest.htm"}},"host":"paas.jamio.com","basePath":"/openapi","schemes":["https"],"paths":{"/{repositoryId}/Data/{id}":{"get":{"tags":["Data"],"summary":"Reads a Data resource by ID.","description":"Returns:<br />\r\n            The requested Data resource.\r\n            ","operationId":"Data_Get","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Data"}}}},"put":{"tags":["Data"],"summary":"Updates a Data resource.","description":"","operationId":"Data_Put","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"data","in":"body","description":"Data to update the resource.","required":true,"schema":{"$ref":"#/definitions/Data"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Data"],"summary":"Deletes a Data resource.","description":"","operationId":"Data_Delete","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/Lock":{"get":{"tags":["Data"],"summary":"Locks and reads a Data resource by ID.","description":"Returns:<br />The requested Data resource.","operationId":"Data_GetWithLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Data"}}}},"post":{"tags":["Data"],"summary":"Locks a Data resource.","description":"","operationId":"Data_PostLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/New":{"get":{"tags":["Data"],"summary":"Returns a new Data resource.","description":"Returns:<br />\r\n            A new instance of a Data resource.\r\n            ","operationId":"Data_GetNew","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Data"}}}}},"/{repositoryId}/Data/{id}/Copy":{"get":{"tags":["Data"],"summary":"Copies a Data resource.","description":"Returns:<br />\r\n            The requested Data resource copy.\r\n            ","operationId":"Data_GetCopy","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Data"}}}}},"/{repositoryId}/Data":{"post":{"tags":["Data"],"summary":"Creates a Data resource.","description":"Returns:<br />\r\n            The created Data resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Data_Post","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"data","in":"body","description":"Data to create the new resource.","required":true,"schema":{"$ref":"#/definitions/Data"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Data"}}}}},"/{repositoryId}/Data/Customize":{"put":{"tags":["Data"],"summary":"Customizes and returns a Data resource, without saving it.","description":"Returns:<br />\r\n            The customized Data resource.\r\n            ","operationId":"Data_PutCustomize","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"data","in":"body","description":"Data to be customized.","required":true,"schema":{"$ref":"#/definitions/Data"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"Ok","schema":{"$ref":"#/definitions/Data"}}}}},"/{repositoryId}/Data/{id}/Unlock":{"put":{"tags":["Data"],"summary":"Updates and unlocks a Data resource.","description":"","operationId":"Data_PutWithUnlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"data","in":"body","description":"Data to update the resource.","required":true,"schema":{"$ref":"#/definitions/Data"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Data"],"summary":"Unlocks a Data resource.","description":"","operationId":"Data_PostUnlock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/Exists":{"get":{"tags":["Data"],"summary":"Determines if a Data resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the Data exists, false otherwise.","operationId":"Data_GetDataExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Data/Catalog":{"get":{"tags":["Data"],"summary":"Returns the catalog for Data resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Data catalog.","operationId":"Data_GetCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"DataCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Data"],"summary":"Returns the catalog for Data resources.","description":"Returns:<br />The requested Data catalog.","operationId":"Data_PostCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"DataCatalog\"),\r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Data/Catalog/Count":{"get":{"tags":["Data"],"summary":"Returns the number of elements in the catalog for Data resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Data_GetCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"DataCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Data"],"summary":"Returns the number of elements in the catalog for Data resources.","description":"Returns:<br />The requested element count.","operationId":"Data_PostCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl (defaults to \"DataCatalog\"),\r\n            FilterGroups and FilterGroupsOperator<br />\r\n            PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/Data/{id}/Actions":{"get":{"tags":["Data"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Data_GetActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"modelUrl","in":"query","description":"Model URL (for \"New\" resources).","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Data/{id}/CustomAction":{"post":{"tags":["Data"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Data_PostCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/Data/{id}/Attachment/List":{"get":{"tags":["Data"],"summary":"Gets the list of all the attachments for the specified resource.","description":"Returns:<br />A list of references to the resource's attachments.","operationId":"Data_GetAttachmentList","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Data/{id}/Attachment/{attachmentId}":{"get":{"tags":["Data"],"summary":"Downloads an Attachment from a Data resource.","description":"Returns:<br />\r\n            The requested Data Attachment.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Data_GetAttachment","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}},"put":{"tags":["Data"],"summary":"Updates the content of an attachment for the specified resource (the file name doesn't change).\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"","operationId":"Data_PutAttachment","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Data"],"summary":"Deletes the specified attachment.","description":"","operationId":"Data_DeleteAttachment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/AttachmentsArchive":{"get":{"tags":["Data"],"summary":"Downloads an archive file containing all the attachments from a Data resource.","description":"Returns:<br />\r\n            The requested attachments archive.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Data_GetAttachmentsArchive","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Data/{id}/Attachment":{"post":{"tags":["Data"],"summary":"Adds an attachment to a Data resource.\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"Returns:<br />\r\n            \"ResponseValue\" = The attachment URL.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new attachment URL.\r\n            ","operationId":"Data_PostAttachment","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"fileName","in":"query","description":"Optional file name, needed if the attachment stream is not a FileStream.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ResponseScalarValueOfString"}}}}},"/{repositoryId}/Data/{id}/Attachment/{attachmentId}/Info":{"get":{"tags":["Data"],"summary":"Gets information about the specified attachment.","description":"Returns:<br />Information about the specified attachment.","operationId":"Data_GetAttachmentInfo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AttachmentInfo"}}}}},"/{repositoryId}/Data/{id}/Attachment/Info":{"get":{"tags":["Data"],"summary":"Gets the list of info for all the attachments to the specified resource.","description":"Returns:<br />Information about the attachments of the specified Data resource.","operationId":"Data_GetAttachmentInfoList","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Data/{id}/Attachment/{attachmentId}/FileName":{"put":{"tags":["Data"],"summary":"Updates the file name of the specified attachment.","description":"","operationId":"Data_PutAttachmentName","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters:\r\n            \"FileName\" (new file name)","required":true,"schema":{"$ref":"#/definitions/AttachmentParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/Attachment/{attachmentId}/Tag/{tag}":{"put":{"tags":["Data"],"summary":"Sets a tag on an attachment, if it doesn't exist; updates it if it exists with a different case.","description":"","operationId":"Data_PutAttachmentTag","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"tag","in":"path","description":"Tag to set or update.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Data"],"summary":"Removes a tag from an attachment, if it exists.","description":"","operationId":"Data_DeleteAttachmentTag","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"tag","in":"path","description":"Tag to set or update.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/Attachment/{attachmentId}/Tag":{"delete":{"tags":["Data"],"summary":"Removes all tags from an attachment.","description":"","operationId":"Data_DeleteAttachmentTags","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/TrackingMessage":{"post":{"tags":["Data"],"summary":"Creates a TrackingMessage.","description":"Returns:<br />\r\n            The TrackingMessage reference.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the TrackingMessage URL.\r\n            ","operationId":"Data_PostTrackingMessageByAddress","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Data resource.","required":true,"type":"string"},{"name":"overwrite","in":"query","description":"True to overwrite an exixting tracking message, false otherwise.","required":false,"type":"boolean","default":false},{"name":"trackingMessage","in":"body","description":"TrackingMessage to be created.","required":true,"schema":{"$ref":"#/definitions/TrackingMessage"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/Data/TrackingMessage":{"post":{"tags":["Data"],"summary":"Creates a TrackingMessage using its SendId.","description":"Returns:<br />\r\n            The TrackingMessage reference.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the TrackingMessage URL.\r\n            ","operationId":"Data_PostTrackingMessageBySendId","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"overwrite","in":"query","description":"True to overwrite an exixting tracking message, false otherwise.","required":false,"type":"boolean","default":false},{"name":"trackingMessage","in":"body","description":"TrackingMessage to be created.","required":true,"schema":{"$ref":"#/definitions/TrackingMessage"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/Data/{id}/TrackingMessage/{messageId}":{"get":{"tags":["Data"],"summary":"Reads a TrackingMessage.","description":"Returns:<br />\r\n            The requested TrackingMessage.\r\n            ","operationId":"Data_GetTrackingMessage","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Data resource.","required":true,"type":"string"},{"name":"messageId","in":"path","description":"ID of the TrackingMessage.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TrackingMessage"}}}}},"/{repositoryId}/Data/{id}/Attachment/Tracking":{"post":{"tags":["Data"],"summary":"Adds an attachment related to a TrackingMessage to a Data resource.\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"Returns:<br /><response code=\"201\">Created</response>\r\n            \"ResponseValue\" = The attachment URL.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new attachment URL.\r\n            ","operationId":"Data_PostTrackingAttachment","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Data resource.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"fileName","in":"query","description":"Optional file name, needed if the attachment stream is not a FileStream.","required":false,"type":"string","default":""},{"name":"tag","in":"query","description":"Optional attachment tag.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfString"}}}}},"/{repositoryId}/Data/{id}/TrackingMessage/Catalog":{"get":{"tags":["Data"],"summary":"Returns a catalog of TrackingMessages related to a Data resource.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested TrackingMessage catalog.","operationId":"Data_GetTrackingMessageCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of Data the resource.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (-1 = no pagination).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Data"],"summary":"Returns a catalog of TrackingMessages related to a Data resource.","description":"Returns:<br />The requested TrackingMessage catalog.","operationId":"Data_PostTrackingMessageCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of Data the resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"DataCatalog\"),\r\n            PageSize (defaults to 50; -1 = no pagination), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Data/{id}/SendingReport":{"get":{"tags":["Data"],"summary":"Returns a list of CorrespondentInfo.","description":"Returns:<br />The requested a list of CorrespondentInfo.","operationId":"Data_GetSendingReport","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/CorrespondentInfo"},"xml":{"name":"CorrespondentInfo","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Data/{id}/Sending":{"post":{"tags":["Data"],"summary":"Starts the sending process of a Data resource.","description":"","operationId":"Data_PostSending","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Data resource.","required":true,"type":"string"},{"name":"correspondents","in":"body","description":"List of correspondent references.","required":true,"schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"type":"object"}}}},"delete":{"tags":["Data"],"summary":"Aborts the sending process of a Data resource.","description":"","operationId":"Data_DeleteSending","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/SimpleSending":{"post":{"tags":["Data"],"summary":"Starts the sending process of a Data resource.","description":"","operationId":"Data_PostSimpleSending","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Data resource.","required":true,"type":"string"},{"name":"sendingParams","in":"body","description":"Sending parameters.","required":true,"schema":{"$ref":"#/definitions/SendingParams"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/Paths":{"put":{"tags":["Data"],"summary":"Adds a list of sending paths to a Data resource.","description":"","operationId":"Data_PutSendingPaths","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"paths","in":"body","description":"List of SendingPath to add to the Data Resource.","required":true,"schema":{"items":{"$ref":"#/definitions/SendingPath"},"xml":{"name":"SendingPath","wrapped":true},"type":"array"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/Path":{"put":{"tags":["Data"],"summary":"Adds a sending path to a Data resorce.","description":"","operationId":"Data_PutSendingPath","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository (optional).","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"sendingPathParams","in":"body","description":"Path to add and old address.","required":true,"schema":{"$ref":"#/definitions/SendingPathParams"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/{id}/Receiving":{"post":{"tags":["Data"],"summary":"Starts the receiving process of a Data resource.","description":"","operationId":"Data_PostReceiving","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Data resource.","required":true,"type":"string"},{"name":"receivingParams","in":"body","description":"Receiving parameters.","required":true,"schema":{"$ref":"#/definitions/ReceivingParams"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Data/DeletedCatalog":{"post":{"tags":["Data"],"summary":"Gets the catalog of the deleted resources.","description":"Returns:<br />The requested Deleted catalog of the Data.","operationId":"Data_PostDeletedCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (optional, defaults to \"DataCatalog\"),\r\n            DateStart optional),\r\n            DateEnd (optional)","required":true,"schema":{"$ref":"#/definitions/DeletedCatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Document/Customize":{"put":{"tags":["Document"],"summary":"Customizes and returns a Document resource, without saving it.","description":"Returns:<br />\r\n            The customized Document resource.\r\n            ","operationId":"Document_PutCustomizeDocument","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"document","in":"body","description":"Document to be customized.","required":true,"schema":{"$ref":"#/definitions/Document"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"Ok","schema":{"$ref":"#/definitions/Document"}}}}},"/{repositoryId}/Aggregation/Customize":{"put":{"tags":["Document"],"summary":"Customizes and returns an Aggregation resource, without saving it.","description":"Returns:<br />\r\n            The customized Aggregation resource.\r\n            ","operationId":"Document_PutCustomizeAggregation","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"aggregation","in":"body","description":"Aggregation to be customized.","required":true,"schema":{"$ref":"#/definitions/Aggregation"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"Ok","schema":{"$ref":"#/definitions/Aggregation"}}}}},"/{repositoryId}/Document/{id}/UnmanagedComponent/Customize":{"put":{"tags":["Document"],"summary":"Customizes and returns an UnmanagedComponent resource, without saving it.","description":"Returns:<br />\r\n            The customized UnmanagedComponent resource.\r\n            ","operationId":"Document_PutCustomizeUnmanagedComponent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","required":true,"type":"string"},{"name":"component","in":"body","description":"UnmanagedComponent to be customized.","required":true,"schema":{"$ref":"#/definitions/UnmanagedComponent"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"Ok","schema":{"$ref":"#/definitions/UnmanagedComponent"}}}}},"/{repositoryId}/Document/{id}/DocumentComponent/Customize":{"put":{"tags":["Document"],"summary":"Customizes and returns a DocumentComponent resource, without saving it.","description":"Returns:<br />\r\n            The customized DocumentComponent resource.\r\n            ","operationId":"Document_PutCustomizeDocumentComponent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","required":true,"type":"string"},{"name":"component","in":"body","description":"DocumentComponent to be customized.","required":true,"schema":{"$ref":"#/definitions/DocumentComponent"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"Ok","schema":{"$ref":"#/definitions/DocumentComponent"}}}}},"/{repositoryId}/Document/{id}/FileComponent/Customize":{"put":{"tags":["Document"],"summary":"Customizes and returns a FileComponent resource, without saving it.","description":"Returns:<br />\r\n            The customized FileComponent resource.\r\n            ","operationId":"Document_PutCustomizeFileComponent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","required":true,"type":"string"},{"name":"component","in":"body","description":"FileComponent to be customized.","required":true,"schema":{"$ref":"#/definitions/FileComponent"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"Ok","schema":{"$ref":"#/definitions/FileComponent"}}}}},"/{repositoryId}/Document/{id}/FilesArchive":{"get":{"tags":["Document"],"summary":"Downloads all the files associated to a Document resource.","description":"Returns:<br />\r\n            A zip file containing all the files associated to a Document resource.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Document_GetDocumentFilesArchive","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Document/{id}/{version}/FilesArchive":{"get":{"tags":["Document"],"summary":"Downloads all the files associated to a specific version of a Document resource.","description":"Returns:<br />\r\n            A zip file containing all the files associated to the specified document version.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Document_GetDocumentVersionFilesArchive","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"version","in":"path","description":"Document version.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Document/{id}/WorkingCopy/FilesArchive":{"get":{"tags":["Document"],"summary":"Downloads all the files associated to the working copy of a Document resource.","description":"Returns:<br />\r\n            A zip file containing all the files associated to the working copy of a Document resource.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Document_GetDocumentWorkingCopyFilesArchive","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Document/{id}/MainComponentFile":{"get":{"tags":["Document"],"summary":"Downloads the main component file from a Document resource.","description":"Returns:<br />\r\n            The main component file from a document resource.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Document_GetMainComponentFile","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Document/{id}/{version}/MainComponentFile":{"get":{"tags":["Document"],"summary":"Downloads the main component file from a specific version of a Document resource.","description":"Returns:<br />\r\n            The main component file from a specific document version.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Document_GetDocumentVersionMainComponentFile","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"version","in":"path","description":"Document version.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Document/{id}/WorkingCopy/MainComponentFile":{"get":{"tags":["Document"],"summary":"Downloads the main component file from the working copy of a Document resource.","description":"Returns:<br />\r\n            The main component file from the working copy of a Document resource.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Document_GetDocumentWorkingCopyMainComponentFile","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Document/{id}":{"get":{"tags":["Document"],"summary":"Reads a Document resource.","description":"Returns:<br />\r\n            The requested Document resource.\r\n            ","operationId":"Document_GetDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Document"}}}},"put":{"tags":["Document"],"summary":"Updates a WorkingCopy.","description":"","operationId":"Document_PutWorkingCopy","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"doc","in":"body","description":"Document data to update the resource.","required":true,"schema":{"$ref":"#/definitions/Document"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Document"],"summary":"Deletes a Document resource.","description":"","operationId":"Document_DeleteDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/WorkingCopy":{"get":{"tags":["Document"],"summary":"Reads a WorkingCopy of a Document resource.","description":"Returns:<br />\r\n            The requested WorkingCopy resource.\r\n            ","operationId":"Document_GetWorkingCopy","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Document"}}}}},"/{repositoryId}/Document/{id}/{version}":{"get":{"tags":["Document"],"summary":"Reads a specific version of a Document resource.","description":"Returns:<br />\r\n            The requested Document version.\r\n            ","operationId":"Document_GetDocumentVersion","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"version","in":"path","description":"Version of the Document resource.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Document"}}}}},"/{repositoryId}/Document/{id}/Components":{"get":{"tags":["Document"],"summary":"Reads the components of a Document.","description":"Returns:<br />\r\n            The components of the requested Document resource.\r\n            ","operationId":"Document_GetDocumentComponents","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ComponentBase"},"xml":{"name":"ComponentBase","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Document/{id}/{version}/Components":{"get":{"tags":["Document"],"summary":"Reads the components of a specific version of a Document resource.","description":"Returns:<br />\r\n            The components of the requested Document resource.\r\n            ","operationId":"Document_GetDocumentVersionComponents","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"version","in":"path","description":"Version of the Document resource.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ComponentBase"},"xml":{"name":"ComponentBase","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Document/{ownerId}/FileComponent/{id}":{"get":{"tags":["Document"],"summary":"Reads a FileComponent from a Document.","description":"Returns:<br />The FileComponent resource.","operationId":"Document_GetFileComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the FileComponent resource.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FileComponent"}}}},"put":{"tags":["Document"],"summary":"Updates a FileComponent (not the associated file).","description":"","operationId":"Document_PutFileComponent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the FileComponent resource.","required":true,"type":"string"},{"name":"component","in":"body","description":"Data to update the FileComponent.","required":true,"schema":{"$ref":"#/definitions/FileComponent"}},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Document"],"summary":"Deletes a FileComponent.","description":"","operationId":"Document_DeleteFileComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the FileComponent.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{ownerId}/{ownerVersion}/FileComponent/{id}":{"get":{"tags":["Document"],"summary":"Reads a FileComponent from a specific version of a Document.","description":"Returns:<br />The FileComponent resource.","operationId":"Document_GetFileComponentVersion","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the FileComponent resource.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"ownerVersion","in":"path","description":"Document version.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FileComponent"}}}}},"/{repositoryId}/Document/{ownerId}/DocumentComponent/{id}":{"get":{"tags":["Document"],"summary":"Reads a DocumentComponent from a Document.","description":"Returns:<br />The DocumentComponent resource.","operationId":"Document_GetDocumentComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the DocumentComponent resource.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentComponent"}}}},"put":{"tags":["Document"],"summary":"Updates a DocumentComponent.","description":"","operationId":"Document_PutDocumentComponent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the DocumentComponent resource.","required":true,"type":"string"},{"name":"component","in":"body","description":"Data to update the DocumentComponent.","required":true,"schema":{"$ref":"#/definitions/DocumentComponent"}},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Document"],"summary":"Deletes a DocumentComponent.","description":"","operationId":"Document_DeleteDocumentComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the DocumentComponent.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{ownerId}/{ownerVersion}/DocumentComponent/{id}":{"get":{"tags":["Document"],"summary":"Reads a DocumentComponent from a specific version of a Document.","description":"Returns:<br />The DocumentComponent resource.","operationId":"Document_GetDocumentComponentVersion","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the DocumentComponent resource.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"ownerVersion","in":"path","description":"Document version.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentComponent"}}}}},"/{repositoryId}/Document/{ownerId}/UnmanagedComponent/{id}":{"get":{"tags":["Document"],"summary":"Reads an UnmanagedComponent from a Document.","description":"Returns:<br />The UnmanagedComponent resource.","operationId":"Document_GetUnmanagedComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the UnmanagedComponent resource.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnmanagedComponent"}}}},"put":{"tags":["Document"],"summary":"Updates an UnmanagedComponent.","description":"","operationId":"Document_PutUnmanagedComponent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the UnmanagedComponent.","required":true,"type":"string"},{"name":"component","in":"body","description":"Data to update the UnmanagedComponent.","required":true,"schema":{"$ref":"#/definitions/UnmanagedComponent"}},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Document"],"summary":"Deletes an UnmanagedComponent.","description":"","operationId":"Document_DeleteUnmanagedComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the UnmanagedComponent.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{ownerId}/{ownerVersion}/UnmanagedComponent/{id}":{"get":{"tags":["Document"],"summary":"Reads an UnmanagedComponent from  a specific version of a Document.","description":"Returns:<br />The UnmanagedComponent resource.","operationId":"Document_GetUnmanagedComponentVersion","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the UnmanagedComponent resource.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"ownerVersion","in":"path","description":"Document version.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnmanagedComponent"}}}}},"/{repositoryId}/Document/{ownerId}/FileComponent/{id}/File":{"get":{"tags":["Document"],"summary":"Downloads the file associated to a Document's FileComponent.","description":"Returns:<br />\r\n            The file to the FileComponent resource.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Document_GetFileComponentFile","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the FileComponent resource.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}},"put":{"tags":["Document"],"summary":"Updates the content of a file for the specified FileComponent (the file name doesn't change).\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"","operationId":"Document_PutByRepositoryIdDocumentByOwnerIdFileComponentByIdFile","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the FileComponent.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{ownerId}/{ownerVersion}/FileComponent/{id}/File":{"get":{"tags":["Document"],"summary":"Downloads the file associated to a FileComponent of a specific version of a Document.","description":"Returns:<br />\r\n            The file to the FileComponent resource.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Document_GetFileComponentVersionFile","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the FileComponent resource.","required":true,"type":"string"},{"name":"ownerId","in":"path","description":"ID of the Document.","required":true,"type":"string"},{"name":"ownerVersion","in":"path","description":"Document version.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Document/{id}/AbortCheckOut":{"post":{"tags":["Document"],"summary":"Aborts the check-out of a document.","description":"","operationId":"Document_PostAbortCheckOut","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/AbortCreate":{"post":{"tags":["Document"],"summary":"Aborts the creation of the first version of a new document.","description":"","operationId":"Document_PostAbortCreate","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/CheckIn":{"post":{"tags":["Document"],"summary":"Performs the check-in of a document.","description":"","operationId":"Document_PostCheckIn","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Check-in details.","required":true,"schema":{"$ref":"#/definitions/CheckInInfo"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/CheckOut":{"post":{"tags":["Document"],"summary":"Performs the check-out of a document.","description":"Returns:<br />The WorkingCopy of the Document resource.","operationId":"Document_PostCheckOut","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"aggregationId","in":"query","description":"ID of the aggregation to be used for the working copy.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Document"}}}}},"/{repositoryId}/Document/BeginCreate":{"post":{"tags":["Document"],"summary":"Begins the creation of a new document.","description":"Returns:<br />The new Document WorkingCopy.","operationId":"Document_PostBeginCreate","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"doc","in":"body","description":"Data of the document to be created.","required":true,"schema":{"$ref":"#/definitions/Document"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Document"}}}}},"/{repositoryId}/Document/{id}/EndCreate":{"post":{"tags":["Document"],"summary":"Completes the creation of the first version of a new document.","description":"","operationId":"Document_PostEndCreate","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Document info.","required":true,"schema":{"$ref":"#/definitions/EndCreateInfo"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/Publish":{"post":{"tags":["Document"],"summary":"Publishes the working copy of a Document (performs an EndCreateDocument or a CheckIn).","description":"","operationId":"Document_PostPublishDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/New":{"get":{"tags":["Document"],"summary":"Returns a new Document resource.","description":"Returns:<br />\r\n            A new instance of a Document resource.\r\n            ","operationId":"Document_GetNewDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Document"}}}}},"/{repositoryId}/Document/{id}/Exists":{"get":{"tags":["Document"],"summary":"Checks if a Document resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the Document resource exists, false otherwise.","operationId":"Document_GetDocumentExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Document/{id}/IsBeingCreated":{"get":{"tags":["Document"],"summary":"Checks if a BeginCreate has been issued, but not an EndCreate.","description":"Returns:<br />\"ResponseValue\" = true if the Document resource is being created, false otherwise.","operationId":"Document_GetDocumentIsBeingCreated","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Document/{id}/Freeze":{"post":{"tags":["Document"],"summary":"Freezes a Document resource.","description":"","operationId":"Document_PostFreezeDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/Unfreeze":{"post":{"tags":["Document"],"summary":"Unfreezes a Document resource.","description":"","operationId":"Document_PostUnfreezeDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Aggregation/New":{"get":{"tags":["Document"],"summary":"Returns a new Aggregation resource.","description":"Returns:<br />\r\n            A new instance of an Aggregation resource.\r\n            ","operationId":"Document_GetNewAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Aggregation"}}}}},"/{repositoryId}/Aggregation":{"post":{"tags":["Document"],"summary":"Creates a new aggregation.","description":"Returns:<br />The Aggregation created.","operationId":"Document_PostCreateAggregation","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"agg","in":"body","description":"Data of the aggregation to be created.","required":true,"schema":{"$ref":"#/definitions/Aggregation"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Aggregation"}}}}},"/{repositoryId}/Aggregation/{id}/Open":{"post":{"tags":["Document"],"summary":"Opens an Aggregation resource.","description":"","operationId":"Document_PostOpenAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Aggregation/{id}/Exists":{"get":{"tags":["Document"],"summary":"Checks if an Aggregation resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the Aggregation resource exists, false otherwise.","operationId":"Document_GetAggregationExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Aggregation/{id}":{"get":{"tags":["Document"],"summary":"Reads an Aggregation resource.","description":"Returns:<br />\r\n            The requested Aggregation resource.\r\n            ","operationId":"Document_GetAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Aggregation"}}}},"put":{"tags":["Document"],"summary":"Updates an Aggregation resource.","description":"","operationId":"Document_PutAggregation","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"agg","in":"body","description":"Aggregation data to update the resource.","required":true,"schema":{"$ref":"#/definitions/Aggregation"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Document"],"summary":"Deletes an Aggregation resource.","description":"","operationId":"Document_DeleteAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"withContent","in":"query","description":"False to remove only empty Aggregations, true to remove Aggregations with their contents.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Aggregation/{id}/Lock":{"get":{"tags":["Document"],"summary":"Locks and reads an Aggregation resource.","description":"Returns:<br />\r\n            The requested locked Aggregation resource.\r\n            ","operationId":"Document_GetAggregationWithLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Aggregation"}}}},"post":{"tags":["Document"],"summary":"Locks an Aggregation resource.","description":"","operationId":"Document_PostLockAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Aggregation/{id}/Freeze":{"post":{"tags":["Document"],"summary":"Freezes an Aggregation resource.","description":"","operationId":"Document_PostFreezeAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Aggregation/{id}/Unfreeze":{"post":{"tags":["Document"],"summary":"Unfreezes an Aggregation resource.","description":"","operationId":"Document_PostUnfreezeAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Aggregation/{id}/Unlock":{"put":{"tags":["Document"],"summary":"Updates and unlocks an Aggregation resource.","description":"","operationId":"Document_PutAggregationWithUnlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"agg","in":"body","description":"Aggregation data to update the resource.","required":true,"schema":{"$ref":"#/definitions/Aggregation"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Document"],"summary":"Unlocks an Aggregation resource.","description":"","operationId":"Document_PostUnlockAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Aggregation/{id}/Close":{"post":{"tags":["Document"],"summary":"Closes an Aggregation resource.","description":"","operationId":"Document_PostCloseAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/DocumentComponent/New":{"get":{"tags":["Document"],"summary":"Returns a new Document Component.","description":"Returns:<br />\r\n            A new instance of a Document Component.\r\n            ","operationId":"Document_GetNewDocumentComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentComponent"}}}}},"/{repositoryId}/Document/{id}/FileComponent/New":{"get":{"tags":["Document"],"summary":"Returns a new File Component.","description":"Returns:<br />\r\n            A new instance of a File Component.\r\n            ","operationId":"Document_GetNewFileComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FileComponent"}}}}},"/{repositoryId}/Document/{id}/UnmanagedComponent/New":{"get":{"tags":["Document"],"summary":"Returns a new Unmanaged Component.","description":"Returns:<br />\r\n            A new instance of an Unmanaged Component.\r\n            ","operationId":"Document_GetNewUnmanagedComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnmanagedComponent"}}}}},"/{repositoryId}/Document/{id}/FileComponent":{"post":{"tags":["Document"],"summary":"Adds a File Component to a Document resource.\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value)\n\r\nand an element (key = \"fileComponent\") containing the FileComponent data (value).\n","description":"","operationId":"Document_PostAddFileComponent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/FileComponent"}}}}},"/{repositoryId}/Document/{id}/DocumentComponent":{"post":{"tags":["Document"],"summary":"Adds a Document Component to a Document resource.","description":"","operationId":"Document_PostAddDocumentComponent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"component","in":"body","description":"DocumentComponent data.","required":true,"schema":{"$ref":"#/definitions/DocumentComponent"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/DocumentComponent"}}}}},"/{repositoryId}/Document/{id}/UnmanagedComponent":{"post":{"tags":["Document"],"summary":"Adds an Unmanaged Component to a Document resource.","description":"","operationId":"Document_PostAddUnmanagedComponent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"component","in":"body","description":"UnmanagedComponent data.","required":true,"schema":{"$ref":"#/definitions/UnmanagedComponent"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/UnmanagedComponent"}}}}},"/{repositoryId}/Aggregation/{aggregationId}/Move/{newParentAggregationId}":{"post":{"tags":["Document"],"summary":"Moves an aggregation under another aggregation.","description":"","operationId":"Document_PostMoveAggregation","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"aggregationId","in":"path","description":"ID of the Aggregation resource to move.","required":true,"type":"string"},{"name":"newParentAggregationId","in":"path","description":"The ID of the new parent Aggregation.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{documentId}/Move/{newParentAggregationId}":{"post":{"tags":["Document"],"summary":"Moves a document to another aggregation.","description":"","operationId":"Document_PostMoveDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"documentId","in":"path","description":"ID of the Document resource to move.","required":true,"type":"string"},{"name":"newParentAggregationId","in":"path","description":"The ID of the destination Aggregation resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{documentId}/MoveNew/{newParentAggregationId}":{"post":{"tags":["Document"],"summary":"Sets or changes the parent aggregation in the initial working copy of a document.","description":"","operationId":"Document_PostMoveNewDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"documentId","in":"path","description":"ID of the Document resource to move.","required":true,"type":"string"},{"name":"newParentAggregationId","in":"path","description":"The ID of the new parent Aggregation.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/Clone":{"post":{"tags":["Document"],"summary":"Clones a Document resource.","description":"","operationId":"Document_PostCloneDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource to clone.","required":true,"type":"string"},{"name":"emptyParentAggregation","in":"query","description":"True to delete the ParentAggregationReference in the new working copy (defaults to false).","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Document"}}}}},"/{repositoryId}/Document/{id}/Delegate":{"put":{"tags":["Document"],"summary":"Delegates a Document.","description":"","operationId":"Document_PutDelegate","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"nextOwner","in":"body","description":"Next Document owner.","required":true,"schema":{"$ref":"#/definitions/NamedReference"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/TakeCharge":{"put":{"tags":["Document"],"summary":"Takes the ownership of a working copy.","description":"","operationId":"Document_PutTakeCharge","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/RevertToVersion/{version}":{"post":{"tags":["Document"],"summary":"Creates a new version of the document from the specified old version.","description":"","operationId":"Document_PostRevertToVersion","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Detail RevertToVersion.","required":true,"schema":{"$ref":"#/definitions/RevertVersionInfo"}},{"name":"version","in":"path","description":"Specific old Document version.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Document/{id}/{version}/Exists":{"get":{"tags":["Document"],"summary":"Checks if a specific Document version exists.","description":"Returns:<br />\"ResponseValue\" = true if the Document version exists, false otherwise.","operationId":"Document_GetDocumentVersionExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"version","in":"path","description":"Specific version to check.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Document/{id}/WorkingCopyComponents":{"get":{"tags":["Document"],"summary":"Reads the components of a Document Working Copy.","description":"Returns:<br />\r\n            The components of the specified Document WorkingCopy.\r\n            ","operationId":"Document_GetDocumentWorkingCopyComponents","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ComponentBase"},"xml":{"name":"ComponentBase","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Document/Catalog":{"get":{"tags":["Document"],"summary":"Returns the catalog of Document resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Document catalog.","operationId":"Document_GetDocumentCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"DocumentCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Document"],"summary":"Returns the catalog of Document resources.","description":"Returns:<br />The requested Document catalog.","operationId":"Document_PostDocumentCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"DocumentCatalog\"),\r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1),\r\n            OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Document/{id}/VersionsCatalog":{"get":{"tags":["Document"],"summary":"Returns the catalog of all versions of a Document resource.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Versions catalog of a Document.","operationId":"Document_GetDocumentVersionsCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"DocumentCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Document"],"summary":"Returns the catalog of all versions of a Document resource.","description":"Returns:<br />The requested Versions catalog of a Document.","operationId":"Document_PostDocumentVersionsCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"DocumentCatalog\"),\r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1),\r\n            OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Document/{id}/{version}/ComponentsCatalog":{"get":{"tags":["Document"],"summary":"Returns the catalog of Components for a specific Document version.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Components catalog.","operationId":"Document_GetDocumentVersionComponentsCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"version","in":"path","description":"Version of the Document resouce.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Document"],"summary":"Returns the catalog of Components for a specific Document version.","description":"Returns:<br />The requested Components catalog.","operationId":"Document_PostDocumentVersionComponentsCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Document resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"DocumentCatalog\"),\r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1),\r\n            OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"version","in":"path","description":"Document Version.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Aggregation/{id}/OpenVolume":{"get":{"tags":["Document"],"summary":"Reads the only open volume (automatic aggregation) contained in a parent aggregation.","description":"Returns:<br />\r\n            The requested volume (automatic aggregation).\r\n            ","operationId":"Document_GetReadOpenVolume","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the parent Aggregation.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Aggregation"}}}}},"/{repositoryId}/Aggregation/{id}/Volume/{sequenceNumber}":{"get":{"tags":["Document"],"summary":"Reads the specified volume (automatic aggregation) contained in a parent aggregation.","description":"Returns:<br />\r\n            The requested volume (automatic aggregation).\r\n            ","operationId":"Document_GetReadVolume","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the parent Aggregation.","required":true,"type":"string"},{"name":"sequenceNumber","in":"path","description":"The sequence number of the requested volume.","required":true,"type":"integer","format":"int32"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Aggregation"}}}}},"/{repositoryId}/Document/{id}/Actions":{"get":{"tags":["Document"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Document_GetDocumentActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"modelUrl","in":"query","description":"Model URL (for \"New\" resources).","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Aggregation/{id}/Actions":{"get":{"tags":["Document"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Document_GetAggregationActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"modelUrl","in":"query","description":"Model URL (for \"New\" resources).","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Document/{id}/CustomAction":{"post":{"tags":["Document"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Document_PostDocumentCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Document resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/Aggregation/{id}/CustomAction":{"post":{"tags":["Document"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Document_PostAggregationCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Aggregation resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/Aggregation/{id}/ChildrenCatalog":{"get":{"tags":["Document"],"summary":"Returns the catalog of Children contained into an Aggregation resource.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Children catalog of the Aggregation.","operationId":"Document_GetAggregationGetChildrenCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Aggregation resource.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Document"],"summary":"Returns the catalog of Children contained into an Aggregation resource.","description":"Returns:<br />The requested Children catalog of the Aggregation.","operationId":"Document_PostAggregationGetChildrenCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"ID of the Aggregation resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1),\r\n            OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Document/DeletedCatalog":{"post":{"tags":["Document"],"summary":"Gets the catalog of the deleted resources.","description":"Returns:<br />The requested Deleted Documents catalog.","operationId":"Document_PostDeletedDocumentCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (optional, defaults to \"DocumentCatalog\"),\r\n            DateStart optional),\r\n            DateEnd (optional)","required":true,"schema":{"$ref":"#/definitions/DeletedCatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Aggregation/DeletedCatalog":{"post":{"tags":["Document"],"summary":"Gets the catalog of the deleted resources.","description":"Returns:<br />The requested Deleted Aggregations catalog.","operationId":"Document_PostDeletedAggregationCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (optional, defaults to \"AggregationCatalog\"),\r\n            DateStart optional),\r\n            DateEnd (optional)","required":true,"schema":{"$ref":"#/definitions/DeletedCatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Event/Custom":{"post":{"tags":["Event"],"summary":"Publishes a Custom Event.","description":"Returns:<br />\r\n            \"ResponseValue\" = true if the Custom Event has been published, false otherwise.\r\n            ","operationId":"Event_PostCustomEvent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"customEvent","in":"body","description":"The new CustomEvent.","required":true,"schema":{"$ref":"#/definitions/CustomEvent"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/HumanTask/{id}":{"get":{"tags":["HumanTask"],"summary":"Reads a HumanTask resource by ID.","description":"Returns:<br />The requested HumanTask resource.","operationId":"HumanTask_Get","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/HumanTask"}}}},"put":{"tags":["HumanTask"],"summary":"Updates a HumanTask resource.","description":"","operationId":"HumanTask_Put","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"humanTask","in":"body","description":"Data to update the HumanTask resource.","required":true,"schema":{"$ref":"#/definitions/HumanTask"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["HumanTask"],"summary":"Deletes a HumanTask resource.","description":"","operationId":"HumanTask_Delete","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/HumanTask/{id}/IgnoreLean":{"get":{"tags":["HumanTask"],"summary":"Reads a HumanTask resource by ID, disregarding the LeanTask flag.","description":"Returns:<br />The requested HumanTask resource.","operationId":"HumanTask_GetResource","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/HumanTask"}}}}},"/{repositoryId}/HumanTask/{id}/Comment":{"post":{"tags":["HumanTask"],"summary":"Adds a comment to a HumanTask resource.","description":"Returns:<br />\r\n            \"ResponseValue\" = the Id of the added comment.\r\n            ","operationId":"HumanTask_PostComment","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"Text\" (comment text)","required":true,"schema":{"$ref":"#/definitions/CommentParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ResponseScalarValueOfString"}}}}},"/{repositoryId}/HumanTask/Comment/{id}":{"put":{"tags":["HumanTask"],"summary":"Updates a Comment.","description":"","operationId":"HumanTask_PutComment","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The Comment Id.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"Text\" (new comment text)","required":true,"schema":{"$ref":"#/definitions/CommentParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["HumanTask"],"summary":"Deletes a Comment.","description":"","operationId":"HumanTask_DeleteComment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The Comment Id.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Comment/List":{"get":{"tags":["HumanTask"],"summary":"Gets the list of comments (the whole discussion) associated to the specified HumanTask resource.","description":"Returns:<br />The list of comments (the whole discussion) associated to the specified HumanTask resource.","operationId":"HumanTask_GetCommentList","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/Comment"},"xml":{"name":"Comment","wrapped":true},"type":"array"}}}}},"/{repositoryId}/HumanTask/Catalog/Count":{"get":{"tags":["HumanTask"],"summary":"Returns the number of elements in the catalog for HumanTask resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"HumanTask_GetCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"HumanTaskCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["HumanTask"],"summary":"Returns the number of elements in the catalog for HumanTask resources.","description":"Returns:<br />The requested element count.","operationId":"HumanTask_PostCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl (defaults to \"DataCatalog\"),\r\n            FilterGroups and FilterGroupsOperator \r\n            (PageSize, PageNumber and OrderingCriteria are ignored)","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/HumanTask/Catalog/Administration/Count":{"get":{"tags":["HumanTask"],"summary":"Returns the number of elements in the administration catalog for HumanTask resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"HumanTask_GetAdministrationCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"HumanTaskCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["HumanTask"],"summary":"Returns the number of elements in the administration catalog for HumanTask resources.","description":"Returns:<br />The requested element count.","operationId":"HumanTask_PostAdministrationCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl (defaults to \"HumanTaskCatalog\"),\r\n            FilterGroups and FilterGroupsOperator<br />\r\n            PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/HumanTask/Catalog":{"get":{"tags":["HumanTask"],"summary":"Returns the catalog for HumanTask resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested HumanTask catalog.","operationId":"HumanTask_GetCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"HumanTaskCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["HumanTask"],"summary":"Returns the catalog for HumanTask resources.","description":"Returns:<br />The requested HumanTask catalog.","operationId":"HumanTask_PostCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"HumanTaskCatalog\"), \r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/HumanTask/Catalog/Administration":{"get":{"tags":["HumanTask"],"summary":"Returns the administration catalog for HumanTask resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested HumanTask administration catalog.","operationId":"HumanTask_GetAdministrationCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"HumanTaskAdministrationCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (-1 = no pagination).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["HumanTask"],"summary":"Returns the administration catalog for HumanTask resources.","description":"Returns:<br />The requested HumanTask administration catalog.","operationId":"HumanTask_PostAdministrationCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"HumanTaskCatalog\"), \r\n            PageSize (defaults to 50; -1 = no pagination), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/HumanTask/{id}/Priority":{"put":{"tags":["HumanTask"],"summary":"Sets the priority of a HumanTask.","description":"","operationId":"HumanTask_PutPriority","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"priority","in":"body","description":"The priority value.","required":true,"schema":{"$ref":"#/definitions/Priority"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Outcome/{outcomeCode}":{"put":{"tags":["HumanTask"],"summary":"Sets the chosen outcome of a HumanTask.","description":"","operationId":"HumanTask_PutOutcome","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"outcomeCode","in":"path","description":"The outcome code.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Exists":{"get":{"tags":["HumanTask"],"summary":"Determines if a HumanTask exists.","description":"Returns:<br />\"ResponseValue\" = true if the task exists, false otherwise.","operationId":"HumanTask_GetTaskExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/HumanTask/{id}/Start":{"put":{"tags":["HumanTask"],"summary":"Starts a HumanTask.","description":"","operationId":"HumanTask_PutStart","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Activate":{"put":{"tags":["HumanTask"],"summary":"Activates a HumanTask.","description":"","operationId":"HumanTask_PutActivate","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Suspend":{"put":{"tags":["HumanTask"],"summary":"Suspends a HumanTask.","description":"","operationId":"HumanTask_PutSuspend","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/SuspendUntil":{"put":{"tags":["HumanTask"],"summary":"Suspends a HumanTask until the specified date.\n\n\r\nThe end date of suspension can be specified in the suspendTimeOut querystring parameter\n\r\nor in the \"SuspendTimeOut\" body parameter.\n","description":"","operationId":"HumanTask_PutSuspendUntil","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"SuspendTimeOut\" (end date of the suspension)","required":true,"schema":{"$ref":"#/definitions/HumanTaskSuspendParameters"}},{"name":"suspendTimeOut","in":"query","description":"End date of the suspension (alternative to the SuspendTimeOut body parameter).","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Resume":{"put":{"tags":["HumanTask"],"summary":"Resumes a HumanTask.","description":"","operationId":"HumanTask_PutResume","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Exit":{"put":{"tags":["HumanTask"],"summary":"Exits a HumanTask.","description":"","operationId":"HumanTask_PutExit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Claim":{"put":{"tags":["HumanTask"],"summary":"Claims a HumanTask.","description":"","operationId":"HumanTask_PutClaim","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Complete":{"put":{"tags":["HumanTask"],"summary":"Completes a HumanTask.","description":"","operationId":"HumanTask_PutComplete","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Release":{"put":{"tags":["HumanTask"],"summary":"Releases a HumanTask.","description":"","operationId":"HumanTask_PutRelease","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Skip":{"put":{"tags":["HumanTask"],"summary":"Skips a HumanTask.","description":"","operationId":"HumanTask_PutSkip","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/CancelTask":{"put":{"tags":["HumanTask"],"summary":"Cancels a HumanTask.","description":"","operationId":"HumanTask_PutCancelTask","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Stop":{"put":{"tags":["HumanTask"],"summary":"Stops a HumanTask.","description":"","operationId":"HumanTask_PutStop","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Escalate/{escalationCode}":{"put":{"tags":["HumanTask"],"summary":"Escalates a HumanTask.","description":"","operationId":"HumanTask_PutEscalate","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"escalationCode","in":"path","description":"The escalation code.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Forward":{"put":{"tags":["HumanTask"],"summary":"Forwards a HumanTask.","description":"","operationId":"HumanTask_PutForward","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"potentialOwnersToAdd","in":"body","description":"List of potential owners to add.","required":true,"schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Delegate":{"put":{"tags":["HumanTask"],"summary":"Delegates a HumanTask.","description":"","operationId":"HumanTask_PutDelegate","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"nextOwner","in":"body","description":"Next task owner.","required":true,"schema":{"$ref":"#/definitions/NamedReference"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Actions":{"get":{"tags":["HumanTask"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"HumanTask_GetActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/HumanTask/{id}/CustomAction":{"post":{"tags":["HumanTask"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"HumanTask_PostCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/HumanTask/{id}/PotentialOwners":{"get":{"tags":["HumanTask"],"summary":"Gets the list of PotentialOwners associated to the specified HumanTask resource,\n\r\nif they are defined as a list of references, otherwise returns an empty list.","description":"Returns:<br />The list of PotentialOwners associated to the specified HumanTask resource.","operationId":"HumanTask_GetPotentialOwners","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/HumanTask/{id}/BusinessAdministrators":{"get":{"tags":["HumanTask"],"summary":"Gets the list of BusinessAdministrators associated to the specified HumanTask resource,\n\r\nif they are defined as a list of references, otherwise returns an empty list.","description":"Returns:<br />The list of BusinessAdministrators associated to the specified HumanTask resource.","operationId":"HumanTask_GetBusinessAdministrators","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/HumanTask/{id}/TaskStakeholders":{"get":{"tags":["HumanTask"],"summary":"Gets the list of TaskStakeholders associated to the specified HumanTask resource,\n\r\nif they are defined as a list of references, otherwise returns an empty list.","description":"Returns:<br />The list of TaskStakeholders associated to the specified HumanTask resource.","operationId":"HumanTask_GetTaskStakeholders","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/HumanTask/{id}/Attachment/List":{"get":{"tags":["HumanTask"],"summary":"Gets the list of all the attachments for the specified resource.","description":"Returns:<br />A list of references to the resource's attachments.","operationId":"HumanTask_GetAttachmentList","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/HumanTask/{id}/Attachment/{attachmentId}":{"get":{"tags":["HumanTask"],"summary":"Downloads an Attachment from a HumanTask resource.","description":"Returns:<br />\r\n            The requested HumanTask Attachment.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"HumanTask_GetAttachment","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}},"put":{"tags":["HumanTask"],"summary":"Updates the content of an attachment for the specified resource (the file name doesn't change).\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"","operationId":"HumanTask_PutAttachment","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["HumanTask"],"summary":"Deletes the specified attachment.","description":"","operationId":"HumanTask_DeleteAttachment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/AttachmentsArchive":{"get":{"tags":["HumanTask"],"summary":"Downloads an archive file containing all the attachments from a HumanTask resource.","description":"Returns:<br />\r\n            The requested attachments archive.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"HumanTask_GetAttachmentsArchive","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/HumanTask/{id}/Attachment":{"post":{"tags":["HumanTask"],"summary":"Adds an attachment to a HumanTask resource.\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"Returns:<br />\r\n            \"ResponseValue\" = the attachment URL.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new attachment URL.\r\n            ","operationId":"HumanTask_PostAttachment","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"fileName","in":"query","description":"Optional file name, needed if the attachment stream is not a FileStream.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ResponseScalarValueOfString"}}}}},"/{repositoryId}/HumanTask/{id}/Attachment/{attachmentId}/Info":{"get":{"tags":["HumanTask"],"summary":"Gets information about the specified attachment.","description":"Returns:<br />Information about the specified attachment.","operationId":"HumanTask_GetAttachmentInfo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AttachmentInfo"}}}}},"/{repositoryId}/HumanTask/{id}/Attachment/Info":{"get":{"tags":["HumanTask"],"summary":"Gets the list of info for all the attachments to the specified resource.","description":"Returns:<br />Information about the attachments of the specified HumanTask resource.","operationId":"HumanTask_GetAttachmentInfoList","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"}}}}},"/{repositoryId}/HumanTask/{id}/Attachment/{attachmentId}/FileName":{"put":{"tags":["HumanTask"],"summary":"Updates the file name of the specified attachment.","description":"","operationId":"HumanTask_PutAttachmentName","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the HumanTask resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"FileName\" (new file name)","required":true,"schema":{"$ref":"#/definitions/AttachmentParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Attachment/{attachmentId}/Tag/{tag}":{"put":{"tags":["HumanTask"],"summary":"Sets a tag on an attachment, if it doesn't exist; updates it if it exists with a different case.","description":"","operationId":"HumanTask_PutAttachmentTag","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"tag","in":"path","description":"Tag to set or update.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["HumanTask"],"summary":"Removes a tag from an attachment, if it exists.","description":"","operationId":"HumanTask_DeleteAttachmentTag","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"tag","in":"path","description":"Tag to set or update.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/{id}/Attachment/{attachmentId}/Tag":{"delete":{"tags":["HumanTask"],"summary":"Removes all tags from an attachment.","description":"","operationId":"HumanTask_DeleteAttachmentTags","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/HumanTask/DeletedCatalog":{"post":{"tags":["HumanTask"],"summary":"Gets the catalog of the deleted resources.","description":"Returns:<br />The requested Deleted catalog of the HumanTask.","operationId":"HumanTask_PostDeletedCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (optional, defaults to \"HumanTaskCatalog\"),\r\n            DateStart optional),\r\n            DateEnd (optional)","required":true,"schema":{"$ref":"#/definitions/DeletedCatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Identity/{id}/Attachment/{attachmentId}/FileName":{"put":{"tags":["Identity"],"summary":"Updates the file name of the specified attachment.","description":"","operationId":"Identity_PutAttachmentName","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters:\r\n            \"FileName\" (new file name)","required":true,"schema":{"$ref":"#/definitions/AttachmentParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/Attachment/{attachmentId}/Tag/{tag}":{"put":{"tags":["Identity"],"summary":"Sets a tag on an attachment, if it doesn't exist; updates it if it exists with a different case.","description":"","operationId":"Identity_PutAttachmentTag","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"tag","in":"path","description":"Tag to set or update.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Removes a tag from an attachment, if it exists.","description":"","operationId":"Identity_DeleteAttachmentTag","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"tag","in":"path","description":"Tag to set or update.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/Attachment/{attachmentId}/Tag":{"delete":{"tags":["Identity"],"summary":"Removes all tags from an attachment.","description":"","operationId":"Identity_DeleteAttachmentTags","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Data resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/DeletedCatalog":{"post":{"tags":["Identity"],"summary":"Gets the catalog of the deleted resources.","description":"Returns:<br />The requested Deleted catalog of the Identity.","operationId":"Identity_PostDeletedCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (optional, defaults to \"IdentityCatalog\"),\r\n            DateStart optional),\r\n            DateEnd (optional)","required":true,"schema":{"$ref":"#/definitions/DeletedCatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Identity/{id}":{"get":{"tags":["Identity"],"summary":"Reads an Identity resource by ID.","description":"Returns:<br />The requested Identity resource.","operationId":"Identity_Get","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Identity"}}}},"put":{"tags":["Identity"],"summary":"Updates an Identity resource.","description":"","operationId":"Identity_Put","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"identity","in":"body","description":"Identity to update the resource.","required":true,"schema":{"$ref":"#/definitions/Identity"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes an Identity resource.","description":"","operationId":"Identity_Delete","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/Lock":{"get":{"tags":["Identity"],"summary":"Locks and reads an Identity resource by ID.","description":"Returns:<br />The requested Identity resource.","operationId":"Identity_GetWithLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Identity"}}}},"post":{"tags":["Identity"],"summary":"Locks an Identity resource.","description":"","operationId":"Identity_PostLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/New":{"get":{"tags":["Identity"],"summary":"Returns a new Identity resource.\n","description":"Returns:<br />A new instance of an Identity resource.","operationId":"Identity_GetNew","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Identity"}}}}},"/{repositoryId}/Identity/{id}/Copy":{"get":{"tags":["Identity"],"summary":"Copies an Identity resource.","description":"Returns:<br />\r\n            The requested Identity resource copy.\r\n            ","operationId":"Identity_GetIdentityCopy","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Identity"}}}}},"/{repositoryId}/Identity":{"post":{"tags":["Identity"],"summary":"Creates an Identity resource.","description":"Returns:<br />\r\n            The created Identity resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Identity_Post","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"identity","in":"body","description":"Identity to create the new resource.","required":true,"schema":{"$ref":"#/definitions/Identity"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Identity"}}}}},"/{repositoryId}/Identity/Customize":{"put":{"tags":["Identity"],"summary":"Customizes and returns an Identity resource, without saving it.","description":"Returns:<br />\r\n            The customized Identity resource.\r\n            ","operationId":"Identity_PutCustomize","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"identity","in":"body","description":"Identity to be customized.","required":true,"schema":{"$ref":"#/definitions/Identity"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"Ok","schema":{"$ref":"#/definitions/Identity"}}}}},"/{repositoryId}/Identity/{id}/Unlock":{"put":{"tags":["Identity"],"summary":"Updates and unlocks an Identity resource.","description":"","operationId":"Identity_PutWithUnlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"identity","in":"body","description":"Identity to update the resource.","required":true,"schema":{"$ref":"#/definitions/Identity"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Identity"],"summary":"Unlocks an Identity resource.","description":"","operationId":"Identity_PostUnlock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/Exists":{"get":{"tags":["Identity"],"summary":"Determines if an Identity resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the Identity resource exists, false otherwise.","operationId":"Identity_GetIdentityExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Identity/Catalog/Count":{"get":{"tags":["Identity"],"summary":"Returns the number of elements in the catalog for Identity resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Identity_GetCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"IdentityCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Identity"],"summary":"Returns the number of elements in the catalog for Identity resources.","description":"Returns:<br />The requested element count.","operationId":"Identity_PostCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl (defaults to \"IdentityCatalog\"),\r\n            FilterGroups and FilterGroupsOperator<br />\r\n            PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/Identity/Catalog":{"get":{"tags":["Identity"],"summary":"Returns the catalog for Identity resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Identity catalog.","operationId":"Identity_GetCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"IdentityCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Identity"],"summary":"Returns the catalog for Identity resources.","description":"Returns:<br />The requested Identity catalog.","operationId":"Identity_PostCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"IdentityCatalog\"), \r\n            PageSize (defaults to 50; -1 = no pagination), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Identity/{id}/Actions":{"get":{"tags":["Identity"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Identity_GetIdentityActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"modelUrl","in":"query","description":"Model URL (for \"New\" resources).","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Identity/{id}/CustomAction":{"post":{"tags":["Identity"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Identity_PostIdentityCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/Account/{id}":{"get":{"tags":["Identity"],"summary":"Reads an Account resource by ID.","description":"Returns:<br />The requested Account resource.","operationId":"Identity_GetAccount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Account"}}}},"put":{"tags":["Identity"],"summary":"Updates an Account resource.","description":"","operationId":"Identity_PutAccount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"account","in":"body","description":"Data to update the resource.","required":true,"schema":{"$ref":"#/definitions/Account"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes an Account resource.","description":"","operationId":"Identity_DeleteAccount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Account":{"get":{"tags":["Identity"],"summary":"Reads an Account resource by UserName.","description":"Returns:<br />The requested Account resource.","operationId":"Identity_GetAccountByUserName","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"userName","in":"query","description":"The UserName of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Account"}}}},"post":{"tags":["Identity"],"summary":"Creates an Account resource.","description":"Returns:<br />\r\n            The created Account resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Identity_PostAccount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"account","in":"body","description":"Data to create the new resource.","required":true,"schema":{"$ref":"#/definitions/Account"}},{"name":"password","in":"query","description":"The password associated with the new account.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Account"}}}},"delete":{"tags":["Identity"],"summary":"Deletes an Account resource by UserName.","description":"","operationId":"Identity_DeleteAccountByUserName","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"userName","in":"query","description":"The UserName of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Account/New":{"get":{"tags":["Identity"],"summary":"Returns a new Account resource.\n","description":"Returns:<br />A new instance of an Account resource.","operationId":"Identity_GetNewAccount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"query","description":"The ID of the related Identity resource (each Account shares the same Id of the corresponding Identity resource).","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Account"}}}}},"/{repositoryId}/Account/{id}/Password/{password}":{"put":{"tags":["Identity"],"summary":"Sets a new password for the given account (administrators only).","description":"","operationId":"Identity_PutPassword","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"password","in":"path","description":"The new password.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Account/{id}/Password":{"put":{"tags":["Identity"],"summary":"Sets a new password for the given account (administrators only).","description":"","operationId":"Identity_PutByRepositoryIdAccountByIdPassword","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"passwordParams","in":"body","description":"Only NewPassword is needed.","required":true,"schema":{"$ref":"#/definitions/PasswordParams"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Account/Password":{"put":{"tags":["Identity"],"summary":"Sets a new password for the given account.","description":"","operationId":"Identity_PutByRepositoryIdAccountPassword","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"passwordParams","in":"body","description":"Parameters needed to change password (UserName, OldPassword and NewPassword).","required":true,"schema":{"$ref":"#/definitions/PasswordParams"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Account/{id}/RandomPassword":{"put":{"tags":["Identity"],"summary":"Sets a random password for the given account.","description":"Returns:<br />\"ResponseValue\" = the new random password.","operationId":"Identity_PutRandomPassword","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfString"}}}}},"/{repositoryId}/Account/{id}/Enable":{"put":{"tags":["Identity"],"summary":"Enables the given account.","description":"","operationId":"Identity_PutEnableAccount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Account/{id}/Disable":{"put":{"tags":["Identity"],"summary":"Disables the given account.","description":"","operationId":"Identity_PutDisableAccount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Account/{id}/UserName":{"get":{"tags":["Identity"],"summary":"Gets the UserName from an Account resource by ID.","description":"Returns:<br />\"ResponseValue\" = the UserName associated to the specified account.","operationId":"Identity_GetUserName","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfString"}}}}},"/{repositoryId}/Account/{id}/Exists":{"get":{"tags":["Identity"],"summary":"Determines if an Account resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the Account resource exists, false otherwise.","operationId":"Identity_GetAccountExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Account/Catalog":{"get":{"tags":["Identity"],"summary":"Returns the catalog for Account resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Account catalog.","operationId":"Identity_GetAccountCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Identity"],"summary":"Returns the catalog for Account resources.","description":"Returns:<br />The requested Account catalog.","operationId":"Identity_PostAccountCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Account/Catalog/Count":{"get":{"tags":["Identity"],"summary":"Returns the number of elements in the catalog for Account resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Identity_GetAccountCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Identity"],"summary":"Returns the number of elements in the catalog for Account resources.","description":"Returns:<br />The requested element count.","operationId":"Identity_PostAccountCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            FilterGroups and FilterGroupsOperator<br />\r\n            ModelUrl, PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/Account/{id}/Actions":{"get":{"tags":["Identity"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Identity_GetAccountActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Account resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/AccountCriteria/{id}":{"get":{"tags":["Identity"],"summary":"Reads an AccountCriteria resource by ID.","description":"Returns:<br />The requested AccountCriteria resource.","operationId":"Identity_GetAccountCriteria","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the AccountCriteria resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountCriteria"}}}},"put":{"tags":["Identity"],"summary":"Updates an AccountCriteria resource.","description":"","operationId":"Identity_PutAccountCriteria","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the AccountCriteria resource.","required":true,"type":"string"},{"name":"accountCriteria","in":"body","description":"Data to update the resource.","required":true,"schema":{"$ref":"#/definitions/AccountCriteria"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes an AccountCriteria resource.","description":"","operationId":"Identity_DeleteAccountCriteria","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the AccountCriteria resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/AccountCriteria/New":{"get":{"tags":["Identity"],"summary":"Returns a new AccountCriteria resource.\n","description":"Returns:<br />A new instance of an AccountCriteria resource.","operationId":"Identity_GetNewAccountCriteria","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountCriteria"}}}}},"/{repositoryId}/AccountCriteria":{"post":{"tags":["Identity"],"summary":"Creates an AccountCriteria resource.","description":"Returns:<br />\r\n            The created AccountCriteria resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Identity_PostAccountCriteria","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"accountCriteria","in":"body","description":"Data to create the new resource.","required":true,"schema":{"$ref":"#/definitions/AccountCriteria"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountCriteria"}}}}},"/{repositoryId}/AccountCriteria/{id}/Exists":{"get":{"tags":["Identity"],"summary":"Determines if an AccountCriteria resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the AccountCriteria resource exists, false otherwise.","operationId":"Identity_GetAccountCriteriaExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the AccountCriteria resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/AccountCriteria/Catalog":{"get":{"tags":["Identity"],"summary":"Returns the catalog for AccountCriteria resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested AccountCriteria catalog.","operationId":"Identity_GetAccountCriteriaCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Identity"],"summary":"Returns the catalog for AccountCriteria resources.","description":"Returns:<br />The requested AccountCriteria catalog.","operationId":"Identity_PostAccountCriteriaCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/AccountCriteria/Actions":{"get":{"tags":["Identity"],"summary":"Gets the list of available actions for AccountCriteria resources.","description":"Returns:<br />List of available actions.","operationId":"Identity_GetAccountCriteriaActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/PasswordCriteria/{id}":{"get":{"tags":["Identity"],"summary":"Reads a PasswordCriteria resource by ID.","description":"Returns:<br />The requested PasswordCriteria resource.","operationId":"Identity_GetPasswordCriteria","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the PasswordCriteria resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PasswordCriteria"}}}},"put":{"tags":["Identity"],"summary":"Updates a PasswordCriteria resource.","description":"","operationId":"Identity_PutPasswordCriteria","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the PasswordCriteria resource.","required":true,"type":"string"},{"name":"passwordCriteria","in":"body","description":"Data to update the resource.","required":true,"schema":{"$ref":"#/definitions/PasswordCriteria"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes a PasswordCriteria resource.","description":"","operationId":"Identity_DeletePasswordCriteria","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the PasswordCriteria resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/PasswordCriteria/New":{"get":{"tags":["Identity"],"summary":"Returns a new PasswordCriteria resource.\n","description":"Returns:<br />A new instance of an PasswordCriteria resource.","operationId":"Identity_GetNewPasswordCriteria","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PasswordCriteria"}}}}},"/{repositoryId}/PasswordCriteria":{"post":{"tags":["Identity"],"summary":"Creates a PasswordCriteria resource.","description":"Returns:<br />\r\n            The created PasswordCriteria resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Identity_PostPasswordCriteria","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"passwordCriteria","in":"body","description":"Data to create the new resource.","required":true,"schema":{"$ref":"#/definitions/PasswordCriteria"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/PasswordCriteria"}}}}},"/{repositoryId}/PasswordCriteria/{id}/Exists":{"get":{"tags":["Identity"],"summary":"Determines if a PasswordCriteria resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the PasswordCriteria resource exists, false otherwise.","operationId":"Identity_GetPasswordCriteriaExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the PasswordCriteria resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/PasswordCriteria/Catalog":{"get":{"tags":["Identity"],"summary":"Returns the catalog for PasswordCriteria resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested PasswordCriteria catalog.","operationId":"Identity_GetPasswordCriteriaCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Identity"],"summary":"Returns the catalog for PasswordCriteria resources.","description":"Returns:<br />The requested PasswordCriteria catalog.","operationId":"Identity_PostPasswordCriteriaCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/PasswordCriteria/Actions":{"get":{"tags":["Identity"],"summary":"Gets the list of available actions for PasswordCriteria resources.","description":"Returns:<br />List of available actions.","operationId":"Identity_GetPasswordCriteriaActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Notification/{id}":{"get":{"tags":["Identity"],"summary":"Reads a Notification resource by ID.","description":"Returns:<br />The requested Notification resource.","operationId":"Identity_GetNotification","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Notification resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Notification"}}}},"delete":{"tags":["Identity"],"summary":"Deletes a Notification.","description":"","operationId":"Identity_DeleteNotification","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Notification resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Notification/New":{"get":{"tags":["Identity"],"summary":"Returns a new Notification resource.\n","description":"Returns:<br />A new instance of an Notification resource.","operationId":"Identity_GetNewNotification","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Notification"}}}}},"/{repositoryId}/Notification":{"post":{"tags":["Identity"],"summary":"Sends a Notification.","description":"","operationId":"Identity_PostNotification","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"notification","in":"body","description":"Data to create the new resource.","required":true,"schema":{"$ref":"#/definitions/Notification"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"type":"object"}}}}},"/{repositoryId}/Notifications/Exist":{"get":{"tags":["Identity"],"summary":"Checks for the unread notifications since the specified date.","description":"Returns:<br />\"ResponseValue\" = true if new notifications exist, false otherwise.","operationId":"Identity_GetNewNotificationsExist","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"since","in":"query","description":"The starting check date.","required":true,"type":"string","format":"date-time"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Notification/Catalog":{"get":{"tags":["Identity"],"summary":"Returns the catalog for Notification resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested PasswordCriteria catalog.","operationId":"Identity_GetNotificationCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Identity"],"summary":"Returns the catalog for Notification resources.","description":"Returns:<br />The requested Notification catalog.","operationId":"Identity_PostNotificationCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Identity/{id}/Picture":{"post":{"tags":["Identity"],"summary":"Sets the picture for the specified identity.\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"","operationId":"Identity_PostPicture","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"fileName","in":"query","description":"Optional file name, needed if the attachment stream is not a FileStream.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes the identity picture.","description":"","operationId":"Identity_DeletePicture","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/Signature":{"post":{"tags":["Identity"],"summary":"Sets the signature for the specified identity.\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"","operationId":"Identity_PostSignature","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"fileName","in":"query","description":"Optional file name, needed if the attachment stream is not a FileStream.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes the identity signature.","description":"","operationId":"Identity_DeleteSignature","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/IdentificationDocument":{"post":{"tags":["Identity"],"summary":"Sets the identification document for the specified identity.\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"","operationId":"Identity_PostIdentificationDocument","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"fileName","in":"query","description":"Optional file name, needed if the attachment stream is not a FileStream.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes the identity identification document.","description":"","operationId":"Identity_DeleteIdentificationDocument","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/PreferredLanguage":{"post":{"tags":["Identity"],"summary":"Sets the preferred language for the specified identity.","description":"","operationId":"Identity_PostPreferredLanguage","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"preferredLanguage","in":"body","description":"Preferred language.","required":true,"schema":{"type":"string"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes the identity preferred language.","description":"","operationId":"Identity_DeletePreferredLanguage","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/IdentificationCode":{"post":{"tags":["Identity"],"summary":"Sets the identification code for the specified identity.","description":"","operationId":"Identity_PostIdentificationCode","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"identificationCode","in":"body","description":"Identification code.","required":true,"schema":{"$ref":"#/definitions/IdentityIdentificationCode"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes the identity identification code.","description":"","operationId":"Identity_DeleteIdentificationCode","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/ServiceEmail":{"post":{"tags":["Identity"],"summary":"Sets the service email for the specified identity.","description":"","operationId":"Identity_PostServiceEmail","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"email","in":"body","description":"Service email.","required":true,"schema":{"type":"string"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes the identity service email.","description":"","operationId":"Identity_DeleteServiceEmail","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/ServiceMobilePhoneNumber":{"post":{"tags":["Identity"],"summary":"Sets the service mobile phone number for the specified identity.","description":"","operationId":"Identity_PostServiceMobilePhoneNumber","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"mobilePhoneNumber","in":"body","description":"Service email.","required":true,"schema":{"type":"string"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes the identity service mobile phone number.","description":"","operationId":"Identity_DeleteServiceMobilePhoneNumber","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/Attachment/List":{"get":{"tags":["Identity"],"summary":"Gets the list of all the attachments for the specified resource.","description":"Returns:<br />A list of references to the resource's attachments.","operationId":"Identity_GetAttachmentList","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Identity/{id}/Attachment/{attachmentId}":{"get":{"tags":["Identity"],"summary":"Downloads an Attachment from a Identity resource.","description":"Returns:<br />\r\n            The requested Identity Attachment.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Identity_GetAttachment","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}},"put":{"tags":["Identity"],"summary":"Updates the content of an attachment for the specified resource (the file name doesn't change).\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"","operationId":"Identity_PutAttachment","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Identity"],"summary":"Deletes the specified attachment.","description":"","operationId":"Identity_DeleteAttachment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Identity/{id}/AttachmentsArchive":{"get":{"tags":["Identity"],"summary":"Downloads an archive file containing all the attachments from an Identity resource.","description":"Returns:<br />\r\n            The requested attachments archive.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Identity_GetAttachmentsArchive","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Identity/{id}/Attachment":{"post":{"tags":["Identity"],"summary":"Adds an attachment to a Identity resource.\n\n\r\nThe Content-type header must be \"multipart/form-data\".\n\r\nThe form data in the request body must have an element (key = \"file\") containing the file stream (value).\n","description":"Returns:<br />\r\n            \"ResponseValue\" = The attachment URL.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new attachment URL.\r\n            ","operationId":"Identity_PostAttachment","consumes":["multipart/form-data"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"file","in":"formData","required":true,"type":"file"},{"name":"fileName","in":"query","description":"Optional file name, needed if the attachment stream is not a FileStream.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ResponseScalarValueOfString"}}}}},"/{repositoryId}/Identity/{id}/Attachment/{attachmentId}/Info":{"get":{"tags":["Identity"],"summary":"Gets information about the specified attachment.","description":"Returns:<br />Information about the specified attachment.","operationId":"Identity_GetAttachmentInfo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AttachmentInfo"}}}}},"/{repositoryId}/Identity/{id}/Attachment/Info":{"get":{"tags":["Identity"],"summary":"Gets the list of info for all the attachments to the specified resource.","description":"Returns:<br />Information about the attachments of the specified Identity resource.","operationId":"Identity_GetAttachmentInfoList","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Identity resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalBlock/{id}":{"get":{"tags":["Organization"],"summary":"Reads an OrganizationalBlock resource by ID.","description":"Returns:<br />The requested OrganizationalBlock resource.","operationId":"Organization_GetOrganizationalBlock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalBlock"}}}},"put":{"tags":["Organization"],"summary":"Updates an OrganizationalBlock resource.","description":"","operationId":"Organization_PutOrganizationalBlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource.","required":true,"type":"string"},{"name":"organizationalBlock","in":"body","description":"OrganizationalBlock to update the resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalBlock"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalBlock/{id}/Lock":{"get":{"tags":["Organization"],"summary":"Locks and reads an OrganizationalBlock resource by ID.","description":"Returns:<br />The requested OrganizationalBlock resource.","operationId":"Organization_GetOrganizationalBlockWithLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalBlock"}}}},"post":{"tags":["Organization"],"summary":"Locks an OrganizationalBlock resource.","description":"","operationId":"Organization_PostLockOrganizationalBlock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalBlock/{id}/Unlock":{"put":{"tags":["Organization"],"summary":"Updates and unlocks an OrganizationalBlock resource.","description":"","operationId":"Organization_PutOrganizationalBlockWithUnlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource.","required":true,"type":"string"},{"name":"organizationalBlock","in":"body","description":"OrganizationalBlock to update the resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalBlock"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Organization"],"summary":"Unlocks an OrganizationalBlock resource.","description":"","operationId":"Organization_PostUnlockOrganizationalBlock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalBlock/{id}/Actions":{"get":{"tags":["Organization"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Organization_GetOrganizationalBlockActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalBlock/{id}/CustomAction":{"post":{"tags":["Organization"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Organization_PostOrganizationalBlockCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/OrganizationalBlock/Catalog":{"get":{"tags":["Organization"],"summary":"Returns the catalog for OrganizationalBlock resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested OrganizationalBlock catalog.","operationId":"Organization_GetOrganizationalBlockCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"OrganizationalBlockCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (-1 = no pagination).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Organization"],"summary":"Returns the catalog for OrganizationalBlock resources.","description":"Returns:<br />The requested OrganizationalBlock catalog.","operationId":"Organization_PostOrganizationalBlockCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"OrganizationalBlockCatalog\"), \r\n            PageSize (defaults to 50; -1 = no pagination), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/OrganizationalBlock/Catalog/Count":{"get":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for OrganizationalBlock resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Organization_GetOrganizationalBlockCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL (defaults to \"OrganizationalBlockCatalog\").","required":false,"type":"string","default":"OrganizationalBlockCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for OrganizationalBlock resources.","description":"Returns:<br />The requested element count.","operationId":"Organization_PostOrganizationalBlockCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl,\r\n            FilterGroups and FilterGroupsOperator<br />\r\n            PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/OrganizationalAssignment/{id}":{"get":{"tags":["Organization"],"summary":"Reads an OrganizationalAssignment resource by ID.","description":"Returns:<br />The requested OrganizationalAssignment resource.","operationId":"Organization_GetOrganizationalAssignment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalAssignment"}}}},"put":{"tags":["Organization"],"summary":"Updates an OrganizationalAssignment resource.","description":"","operationId":"Organization_PutOrganizationalAssignment","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"organizationalAssignment","in":"body","description":"OrganizationalAssignment to update the resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalAssignment"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Organization"],"summary":"Deletes an OrganizationalAssignment resource.","description":"","operationId":"Organization_DeleteOrganizationalAssignment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalAssignment/{id}/Lock":{"get":{"tags":["Organization"],"summary":"Locks and reads an OrganizationalAssignment resource by ID.","description":"Returns:<br />The requested OrganizationalAssignment resource.","operationId":"Organization_GetOrganizationalAssignmentWithLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalAssignment"}}}},"post":{"tags":["Organization"],"summary":"Locks an OrganizationalAssignment resource.","description":"","operationId":"Organization_PostLockOrganizationalAssignment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalAssignment/New":{"get":{"tags":["Organization"],"summary":"Returns a new OrganizationalAssignment resource.\n","description":"Returns:<br />A new instance of an OrganizationalAssignment resource.","operationId":"Organization_GetNewOrganizationalAssignment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalAssignment"}}}}},"/{repositoryId}/OrganizationalAssignment/{id}/Copy":{"get":{"tags":["Organization"],"summary":"Copis an OrganizationalAssignment resource.","description":"Returns:<br />\r\n            The requested OrganizationalAssignment resource copy.\r\n            ","operationId":"Organization_GetOrganizationalAssignmentCopy","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalAssignment"}}}}},"/{repositoryId}/OrganizationalAssignment":{"post":{"tags":["Organization"],"summary":"Creates an OrganizationalAssignment resource.","description":"Returns:<br />\r\n            The created OrganizationalAssignment resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Organization_PostOrganizationalAssignment","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"organizationalAssignment","in":"body","description":"OrganizationalAssignment to create the new resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalAssignment"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/OrganizationalAssignment"}}}}},"/{repositoryId}/OrganizationalAssignment/{id}/Unlock":{"put":{"tags":["Organization"],"summary":"Updates and unlocks an OrganizationalAssignment resource.","description":"","operationId":"Organization_PutOrganizationalAssignmentWithUnlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"organizationalAssignment","in":"body","description":"OrganizationalAssignment to update the resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalAssignment"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Organization"],"summary":"Unlocks an OrganizationalAssignment resource.","description":"","operationId":"Organization_PostUnlockOrganizationalAssignment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalAssignment/Customize":{"put":{"tags":["Organization"],"summary":"Customizes and returns an OrganizationalAssignment resource, without saving it.","description":"Returns:<br />\r\n            The customized OrganizationalAssignment resource.\r\n            ","operationId":"Organization_PutCustomizeOrganizationalAssignment","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"organizationalAssignment","in":"body","description":"OrganizationalAssignment to be customized.","required":true,"schema":{"$ref":"#/definitions/OrganizationalAssignment"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"Ok","schema":{"$ref":"#/definitions/OrganizationalAssignment"}}}}},"/{repositoryId}/OrganizationalAssignment/{id}/Actions":{"get":{"tags":["Organization"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Organization_GetOrganizationalAssignmentActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"modelUrl","in":"query","description":"Model URL (for \"New\" resources).","required":false,"type":"string","default":""},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalAssignment/{id}/CustomAction":{"post":{"tags":["Organization"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Organization_PostOrganizationalAssignmentCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/OrganizationalAssignment/{id}/Exists":{"get":{"tags":["Organization"],"summary":"Determines if an OrganizationalAssignment resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the OrganizationalAssignment resource exists, false otherwise.","operationId":"Organization_GetOrganizationalAssignmentExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalAssignment resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalAssignment/Catalog":{"get":{"tags":["Organization"],"summary":"Returns the catalog for OrganizationalAssignment resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested OrganizationalAssignment catalog.","operationId":"Organization_GetOrganizationalAssignmentCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"OrganizationalAssignmentCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (-1 = no pagination).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Organization"],"summary":"Returns the catalog for OrganizationalAssignment resources.","description":"Returns:<br />The requested OrganizationalAssignment catalog.","operationId":"Organization_PostOrganizationalAssignmentCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"OrganizationalAssignmentCatalog\"), \r\n            PageSize (defaults to 50; -1 = no pagination), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/OrganizationalAssignment/Catalog/Count":{"get":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for OrganizationalAssignment resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Organization_GetOrganizationalAssignmentCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL (defaults to \"OrganizationalAssignmentCatalog\").","required":false,"type":"string","default":"OrganizationalAssignmentCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for OrganizationalAssignment resources.","description":"Returns:<br />The requested element count.","operationId":"Organization_PostOrganizationalAssignmentCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl,\r\n            FilterGroups and FilterGroupsOperator<br />\r\n            PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/OrganizationalAssignment/DeletedCatalog":{"post":{"tags":["Organization"],"summary":"Gets the catalog of the deleted resources.","description":"Returns:<br />The requested Deleted catalog of the Assignment.","operationId":"Organization_PostDeletedCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (optional, defaults to \"OrganizationalAssignmentCatalog\"),\r\n            DateStart optional),\r\n            DateEnd (optional)","required":true,"schema":{"$ref":"#/definitions/DeletedCatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/FirstLevelManagerPosition":{"get":{"tags":["Organization"],"summary":"Gets the first level manager position of the given organizational position.","description":"Returns:<br />Reference to the first level manager position.","operationId":"Organization_GetOrganizationalPositionFirstLevelManagerPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/FirstLevelManagerPosition":{"get":{"tags":["Organization"],"summary":"Gets the first level manager position of the given organizational unit.","description":"Returns:<br />Reference to the first level manager position.","operationId":"Organization_GetOrganizationalUnitFirstLevelManagerPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/SecondLevelManagerPosition":{"get":{"tags":["Organization"],"summary":"Gets the second level manager position of the given organizational position.","description":"Returns:<br />Reference to the second level manager position.","operationId":"Organization_GetOrganizationalPositionSecondLevelManagerPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/SecondLevelManagerPosition":{"get":{"tags":["Organization"],"summary":"Gets the second level manager position of the given organizational unit.","description":"Returns:<br />Reference to the second level manager position.","operationId":"Organization_GetOrganizationalUnitSecondLevelManagerPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/TopLevelManagerPosition":{"get":{"tags":["Organization"],"summary":"Gets the top level manager position of the given organizational position.","description":"Returns:<br />Reference to the top level manager position.","operationId":"Organization_GetOrganizationalPositionTopLevelManagerPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"excludeRootLevel","in":"query","description":"If true, the root node will be excluded from the search.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/TopLevelManagerPosition":{"get":{"tags":["Organization"],"summary":"Gets the top level manager position of the given organizational unit.","description":"Returns:<br />Reference to the top level manager position.","operationId":"Organization_GetOrganizationalUnitTopLevelManagerPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"excludeRootLevel","in":"query","description":"If true, the root node will be excluded from the search.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/ParentUnit":{"get":{"tags":["Organization"],"summary":"Gets the parent organizational unit of the given organizational position.","description":"Returns:<br />Reference to the parent organizational unit.","operationId":"Organization_GetOrganizationalPositionParentUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/ParentUnit":{"get":{"tags":["Organization"],"summary":"Gets the parent organizational unit of the given organizational unit.","description":"Returns:<br />Reference to the parent organizational unit.","operationId":"Organization_GetOrganizationalUnitParentUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/TopLevelUnit":{"get":{"tags":["Organization"],"summary":"Gets the top level organizational unit of the given organizational position.","description":"Returns:<br />Reference to the top level organizational unit.","operationId":"Organization_GetOrganizationalPositionTopLevelUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"excludeRootLevel","in":"query","description":"If true, the root node will be excluded from the search.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/TopLevelUnit":{"get":{"tags":["Organization"],"summary":"Gets the top level organizational unit of the given organizational unit.","description":"Returns:<br />Reference to the top level organizational unit.","operationId":"Organization_GetOrganizationalUnitTopLevelUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"excludeRootLevel","in":"query","description":"If true, the root node will be excluded from the search.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NamedReference"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/PositionsReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the positions that are depending from the given position.","description":"Returns:<br />The positions that are depending from the given position.","operationId":"Organization_GetOrganizationalPositionPositionsReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"includeAllLevels","in":"query","description":"If true, all the bottom hierarchy from the given node will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/DirectPositionsReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the direct positions that are depending from the given position.","description":"Returns:<br />The direct positions that are depending from the given position.","operationId":"Organization_GetOrganizationalPositionDirectPositionsReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/PositionsReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the positions that are depending from the given organizational unit.","description":"Returns:<br />The positions that are depending from the given organizational unit.","operationId":"Organization_GetOrganizationalUnitPositionsReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"includeAllLevels","in":"query","description":"If true, all the bottom hierarchy from the given node will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/DirectPositionsReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the direct positions that are depending from the given organizational unit.","description":"Returns:<br />The positions that are depending from the given organizational unit.","operationId":"Organization_GetOrganizationalUnitDirectPositionsReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/UnitsReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the units that reports to the given position.","description":"Returns:<br />The units reporting to the given position.","operationId":"Organization_GetOrganizationalPositionUnitsReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"includeAllLevels","in":"query","description":"If true, all the bottom hierarchy from the given node will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/DirectUnitsReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the direct units that reports to the given position.","description":"Returns:<br />The units reporting to the given position.","operationId":"Organization_GetOrganizationalPositionDirectUnitsReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/UnitsReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the units that reports to the given organizational unit.","description":"Returns:<br />The units reporting to the given organizational unit.","operationId":"Organization_GetOrganizationalUnitUnitsReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"includeAllLevels","in":"query","description":"If true, all the bottom hierarchy from the given node will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/DirectUnitsReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the direct units that reports to the given organizational unit.","description":"Returns:<br />The units reporting to the given organizational unit.","operationId":"Organization_GetOrganizationalUnitDirectUnitsReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalBlock/{id}/UnitsInBlock":{"get":{"tags":["Organization"],"summary":"Gets the list of the references to the units belonging to the given organizational block.","description":"Returns:<br />The references to the units belonging to the given organizational block.","operationId":"Organization_GetUnitsInBlock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational block.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/StaffReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the identities that are subordinated to the given position.","description":"Returns:<br />The references to the identities that are subordinated to the given position.","operationId":"Organization_GetOrganizationalPositionStaffReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"includeAllLevels","in":"query","description":"If true, all the bottom hierarchy from the given node will be considered, otherwise the first level only","required":false,"type":"boolean","default":false},{"name":"includeAllPeriods","in":"query","description":"If true, all the periods will be considered, otherwise only the currently valid assignments.","required":false,"type":"boolean","default":false},{"name":"onlyPrimary","in":"query","description":"If true, only the primary assignments will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/StaffReportingTo":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the identities that are subordinated to the given organizational unit.","description":"Returns:<br />The references to the identities that are subordinated to the given organizational unit.","operationId":"Organization_GetOrganizationalUnitStaffReportingTo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"includeAllLevels","in":"query","description":"If true, all the bottom hierarchy from the given node will be considered, otherwise the first level only","required":false,"type":"boolean","default":false},{"name":"includeAllPeriods","in":"query","description":"If true, all the periods will be considered, otherwise only the currently valid assignments.","required":false,"type":"boolean","default":false},{"name":"onlyPrimary","in":"query","description":"If true, only the primary assignments will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/Assignments":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the assignments of the given position.","description":"Returns:<br />The assignments of the given position.","operationId":"Organization_GetAssignments","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"includeAllPeriods","in":"query","description":"If true, all the periods will be considered, otherwise only the currently valid assignments.","required":false,"type":"boolean","default":false},{"name":"onlyPrimary","in":"query","description":"If true, only the primary assignments will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Organization/IdentityAssignments":{"get":{"tags":["Organization"],"summary":"Gets a catalog of the assignments of the given identity.","description":"Returns:<br />The catalog of assignments of the given identity.","operationId":"Organization_GetIdentityAssignments","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"The repository identifier.","required":true,"type":"string"},{"name":"identityUrl","in":"query","description":"The identity url.","required":true,"type":"string"},{"name":"includeAllPeriods","in":"query","description":"If true, all the periods will be considered, otherwise only the currently valid assignments.","required":false,"type":"boolean","default":false},{"name":"onlyPrimary","in":"query","description":"If true, only the primary assignments will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/Staff":{"get":{"tags":["Organization"],"summary":"Gets the list of references to the identities associated to the given position.","description":"Returns:<br />The identities associated to the given organizational position.","operationId":"Organization_GetStaff","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"includeAllPeriods","in":"query","description":"If true, all the periods will be considered, otherwise only the currently valid assignments.","required":false,"type":"boolean","default":false},{"name":"onlyPrimary","in":"query","description":"If true, only the primary assignments will be considered.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/BelongsToOrganization/{organizationId}":{"get":{"tags":["Organization"],"summary":"Checks if the position belongs to the given organization.","description":"Returns:<br />\"ResponseValue\" = true if the position belongs to the given organization, false otherwise.","operationId":"Organization_GetOrganizationalPositionBelongsToOrganization","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationId","in":"path","description":"ID of an organization.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/BelongsToOrganization/{organizationId}":{"get":{"tags":["Organization"],"summary":"Checks if the unit belongs to the given organization.","description":"Returns:<br />\"ResponseValue\" = true if the unit belongs to the given organization, false otherwise.","operationId":"Organization_GetOrganizationalUnitBelongsToOrganization","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"organizationId","in":"path","description":"ID of an organization.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalBlock/{id}/BelongsToOrganization/{organizationId}":{"get":{"tags":["Organization"],"summary":"Checks if the block belongs to the given organization.","description":"Returns:<br />\"ResponseValue\" = true if the block belongs to the given organization, false otherwise.","operationId":"Organization_GetOrganizationalBlockBelongsToOrganization","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational block.","required":true,"type":"string"},{"name":"organizationId","in":"path","description":"ID of an organization.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/BelongsToOrganizationalUnit/{organizationalUnitId}":{"get":{"tags":["Organization"],"summary":"Checks if the position belongs to the given unit.","description":"Returns:<br />\"ResponseValue\" = true if the position belongs to the given unit, false otherwise.","operationId":"Organization_GetOrganizationalPositionBelongsToOrganizationalUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalUnitId","in":"path","description":"ID of an organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/BelongsToOrganizationalUnit/{organizationalUnitId}":{"get":{"tags":["Organization"],"summary":"Checks if the unit belongs to the given unit.","description":"Returns:<br />\"ResponseValue\" = true if the unit belongs to the given unit, false otherwise.","operationId":"Organization_GetOrganizationalUnitBelongsToOrganizationalUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"organizationalUnitId","in":"path","description":"ID of an organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/BelongsToOrganizationalUnitHierarchy/{organizationalUnitId}":{"get":{"tags":["Organization"],"summary":"Checks if the position is in the hierarchy of to the given organizational unit.","description":"Returns:<br />\"ResponseValue\" = true if the position is in the hierarchy of the given organizational unit, false otherwise.","operationId":"Organization_GetOrganizationalPositionBelongsToOrganizationalUnitHierarchy","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalUnitId","in":"path","description":"ID of an organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/BelongsToOrganizationalUnitHierarchy/{organizationalUnitId}":{"get":{"tags":["Organization"],"summary":"Checks if the unit is in the hierarchy of to the given organizational unit.","description":"Returns:<br />\"ResponseValue\" = true if the unit is in the hierarchy of the given organizational unit, false otherwise.","operationId":"Organization_GetOrganizationalUnitBelongsToOrganizationalUnitHierarchy","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalUnitId","in":"path","description":"ID of an organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/BelongsToOrganizationalBlock/{organizationalBlockId}":{"get":{"tags":["Organization"],"summary":"Checks if the position belongs to the given organizational block.","description":"Returns:<br />\"ResponseValue\" = true if the position belongs to the given organizational block, false otherwise.","operationId":"Organization_GetOrganizationalPositionBelongsToOrganizationalBlock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalBlockId","in":"path","description":"ID of an organizational block.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/BelongsToOrganizationalBlock/{organizationalBlockId}":{"get":{"tags":["Organization"],"summary":"Checks if the unit belongs to the given organizational block.","description":"Returns:<br />\"ResponseValue\" = true if the position belongs to the given organizational block, false otherwise.","operationId":"Organization_GetOrganizationalUnitBelongsToOrganizationalBlock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"organizationalBlockId","in":"path","description":"ID of an organizational block.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/PositionManagerIs/{organizationalPositionId}":{"get":{"tags":["Organization"],"summary":"Checks if the position has the given position as position manager.","description":"Returns:<br />\"ResponseValue\" = true if the position has the given position as position manager, false otherwise.","operationId":"Organization_GetOrganizationalPositionPositionManagerIs","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalPositionId","in":"path","description":"ID of an organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/PositionManagerIs/{organizationalPositionId}":{"get":{"tags":["Organization"],"summary":"Checks if the unit has the given position as position manager.","description":"Returns:<br />\"ResponseValue\" = true if the unit has the given position as position manager, false otherwise.","operationId":"Organization_GetOrganizationalUnitPositionManagerIs","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"organizationalPositionId","in":"path","description":"ID of an organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/FirstLevelManagerPositionIs/{organizationalPositionId}":{"get":{"tags":["Organization"],"summary":"Checks if the position has the given position as first level position manager.","description":"Returns:<br />\"ResponseValue\" = true if the position has the given position as first level position manager, false otherwise.","operationId":"Organization_GetOrganizationalPositionFirstLevelManagerPositionIs","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalPositionId","in":"path","description":"ID of an organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/FirstLevelManagerPositionIs/{organizationalPositionId}":{"get":{"tags":["Organization"],"summary":"Checks if the unit has the given position as first level position manager.","description":"Returns:<br />\"ResponseValue\" = true if the unit has the given position as first level position manager, false otherwise.","operationId":"Organization_GetOrganizationalUnitFirstLevelManagerPositionIs","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"organizationalPositionId","in":"path","description":"ID of an organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/SecondLevelManagerPositionIs/{organizationalPositionId}":{"get":{"tags":["Organization"],"summary":"Checks if the position has the given position as second level position manager.","description":"Returns:<br />\"ResponseValue\" = true if the position has the position as second level position manager, false otherwise.","operationId":"Organization_GetOrganizationalPositionSecondLevelManagerPositionIs","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalPositionId","in":"path","description":"ID of an organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/SecondLevelManagerPositionIs/{organizationalPositionId}":{"get":{"tags":["Organization"],"summary":"Checks if the unit has the given position as second level position manager.","description":"Returns:<br />\"ResponseValue\" = true if the unit has the position as second level position manager, false otherwise.","operationId":"Organization_GetOrganizationalUnitSecondLevelManagerPositionIs","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational unit.","required":true,"type":"string"},{"name":"organizationalPositionId","in":"path","description":"ID of an organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/IsFirstLevelManagerPositionOfPosition/{organizationalPositionId}":{"get":{"tags":["Organization"],"summary":"Checks if the given organizational position is first level manager of the given position.","description":"Returns:<br />\"ResponseValue\" = true if the position is first level manager of the given position, false otherwise.","operationId":"Organization_GetOrganizationalPositionIsFirstLevelManagerPositionOfPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalPositionId","in":"path","description":"ID of an organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/IsFirstLevelManagerPositionOfUnit/{organizationalUnitId}":{"get":{"tags":["Organization"],"summary":"Checks if the given organizational position is first level manager of the given unit.","description":"Returns:<br />\"ResponseValue\" = true if the unit is first level manager of the given position, false otherwise.","operationId":"Organization_GetOrganizationalPositionIsFirstLevelManagerPositionOfUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalUnitId","in":"path","description":"ID of an organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/IsSecondLevelManagerPositionOfPosition/{organizationalPositionId}":{"get":{"tags":["Organization"],"summary":"Checks if the given organizational position is second level manager of the given position.","description":"Returns:<br />\"ResponseValue\" = true if the position is second level manager of the given position, false otherwise.","operationId":"Organization_GetOrganizationalPositionIsSecondLevelManagerPositionOfPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalPositionId","in":"path","description":"ID of an organizational position.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/IsSecondLevelManagerPositionOfUnit/{organizationalUnitId}":{"get":{"tags":["Organization"],"summary":"Checks if the given organizational position is second level manager of the given unit.","description":"Returns:<br />\"ResponseValue\" = true if the position is second level manager of the given unit, false otherwise.","operationId":"Organization_GetOrganizationalPositionIsSecondLevelManagerPositionOfUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the organizational position.","required":true,"type":"string"},{"name":"organizationalUnitId","in":"path","description":"ID of an organizational unit.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Organization/{id}":{"get":{"tags":["Organization"],"summary":"Reads an Organization resource by ID.","description":"Returns:<br />The requested Organization resource.","operationId":"Organization_GetOrganization","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Organization"}}}},"put":{"tags":["Organization"],"summary":"Updates an Organization resource.","description":"","operationId":"Organization_PutOrganization","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"organization","in":"body","description":"Organization to update the resource.","required":true,"schema":{"$ref":"#/definitions/Organization"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Organization"],"summary":"Deletes an Organization resource.","description":"","operationId":"Organization_DeleteOrganization","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Organization/{id}/Exists":{"get":{"tags":["Organization"],"summary":"Determines if an Organization resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the Organization resource exists, false otherwise.","operationId":"Organization_GetOrganizationExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Organization/{id}/Lock":{"get":{"tags":["Organization"],"summary":"Locks and reads an Organization resource by ID.","description":"Returns:<br />The requested Organization resource.","operationId":"Organization_GetOrganizationWithLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Organization"}}}},"post":{"tags":["Organization"],"summary":"Locks an Organization resource.","description":"","operationId":"Organization_PostLockOrganization","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Organization/{id}/Unlock":{"put":{"tags":["Organization"],"summary":"Updates and unlocks an Organization resource.","description":"","operationId":"Organization_PutOrganizationWithUnlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"organization","in":"body","description":"Organization to update the resource.","required":true,"schema":{"$ref":"#/definitions/Organization"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Organization"],"summary":"Unlocks an Organization resource.","description":"","operationId":"Organization_PostUnlockOrganization","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Organization/{id}/Actions":{"get":{"tags":["Organization"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Organization_GetOrganizationActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Organization/{id}/CustomAction":{"post":{"tags":["Organization"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Organization_PostOrganizationCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organization resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/Organization/Catalog":{"get":{"tags":["Organization"],"summary":"Returns the catalog for Organization resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Organization catalog.","operationId":"Organization_GetOrganizationCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"OrganizationCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (-1 = no pagination).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Organization"],"summary":"Returns the catalog for Organization resources.","description":"Returns:<br />The requested Organization catalog.","operationId":"Organization_PostOrganizationCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"OrganizationCatalog\"), \r\n            PageSize (defaults to 50; -1 = no pagination), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Organization/Catalog/Count":{"get":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for Organization resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Organization_GetOrganizationCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL (defaults to \"OrganizationCatalog\").","required":false,"type":"string","default":"OrganizationCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for Organization resources.","description":"Returns:<br />The requested element count.","operationId":"Organization_PostOrganizationCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl,\r\n            FilterGroups and FilterGroupsOperator<br />\r\n            PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/OrganizationalUnit/{id}":{"get":{"tags":["Organization"],"summary":"Reads an OrganizationalUnit resource by ID.","description":"Returns:<br />The requested OrganizationalUnit resource.","operationId":"Organization_GetOrganizationalUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalUnit resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalUnit"}}}},"put":{"tags":["Organization"],"summary":"Updates an OrganizationalUnit resource.","description":"","operationId":"Organization_PutOrganizationalUnit","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalUnit resource.","required":true,"type":"string"},{"name":"organizationalUnit","in":"body","description":"OrganizationalUnit to update the resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalUnit"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/Exists":{"get":{"tags":["Organization"],"summary":"Determines if an OrganizationalUnit resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the OrganizationalUnit resource exists, false otherwise.","operationId":"Organization_GetOrganizationalUnitExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Organizational Unit resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/Lock":{"get":{"tags":["Organization"],"summary":"Locks and reads an OrganizationalUnit resource by ID.","description":"Returns:<br />The requested OrganizationalUnit resource.","operationId":"Organization_GetOrganizationalUnitWithLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalUnit resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalUnit"}}}},"post":{"tags":["Organization"],"summary":"Locks an OrganizationalUnit resource.","description":"","operationId":"Organization_PostLockOrganizationalUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalUnit resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/Unlock":{"put":{"tags":["Organization"],"summary":"Updates and unlocks an OrganizationalUnit resource.","description":"","operationId":"Organization_PutOrganizationalUnitWithUnlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalUnit resource.","required":true,"type":"string"},{"name":"organizationalUnit","in":"body","description":"OrganizationalUnit to update the resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalUnit"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Organization"],"summary":"Unlocks an OrganizationalUnit resource.","description":"","operationId":"Organization_PostUnlockOrganizationalUnit","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalUnit resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/Actions":{"get":{"tags":["Organization"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Organization_GetOrganizationalUnitActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalUnit resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalUnit/{id}/CustomAction":{"post":{"tags":["Organization"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Organization_PostOrganizationalUnitCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalUnit resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/OrganizationalUnit/Catalog":{"get":{"tags":["Organization"],"summary":"Returns the catalog for OrganizationalUnit resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested OrganizationalUnit catalog.","operationId":"Organization_GetOrganizationalUnitCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"OrganizationalUnitCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (-1 = no pagination).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Organization"],"summary":"Returns the catalog for OrganizationalUnit resources.","description":"Returns:<br />The requested OrganizationalUnit catalog.","operationId":"Organization_PostOrganizationalUnitCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"OrganizationalUnitCatalog\"), \r\n            PageSize (defaults to 50; -1 = no pagination), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/OrganizationalUnit/Catalog/Count":{"get":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for OrganizationalUnit resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Organization_GetOrganizationalUnitCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL (defaults to \"OrganizationalUnitCatalog\").","required":false,"type":"string","default":"OrganizationalUnitCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for OrganizationalUnit resources.","description":"Returns:<br />The requested element count.","operationId":"Organization_PostOrganizationalUnitCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl,\r\n            FilterGroups and FilterGroupsOperator<br />\r\n            PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/OrganizationalPosition/{id}":{"get":{"tags":["Organization"],"summary":"Reads an OrganizationalPosition resource by ID.","description":"Returns:<br />The requested OrganizationalPosition resource.","operationId":"Organization_GetOrganizationalPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalPosition"}}}},"put":{"tags":["Organization"],"summary":"Updates an OrganizationalPosition resource.","description":"","operationId":"Organization_PutOrganizationalPosition","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource.","required":true,"type":"string"},{"name":"organizationalPosition","in":"body","description":"OrganizationalPosition to update the resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalPosition"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/Exists":{"get":{"tags":["Organization"],"summary":"Determines if an Organizational Position exists.","description":"Returns:<br />\"ResponseValue\" = true if the OrganizationalPosition resource exists, false otherwise.","operationId":"Organization_GetOrganizationalPositionExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/Lock":{"get":{"tags":["Organization"],"summary":"Locks and reads an OrganizationalPosition resource by ID.","description":"Returns:<br />The requested OrganizationalPosition resource.","operationId":"Organization_GetOrganizationalPositionWithLock","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OrganizationalPosition"}}}},"post":{"tags":["Organization"],"summary":"Locks an OrganizationalPosition resource.","description":"","operationId":"Organization_PostLockOrganizationalPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/Unlock":{"put":{"tags":["Organization"],"summary":"Updates and unlocks an OrganizationalPosition resource.","description":"","operationId":"Organization_PutOrganizationalPositionWithUnlock","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource.","required":true,"type":"string"},{"name":"organizationalPosition","in":"body","description":"OrganizationalPosition to update the resource.","required":true,"schema":{"$ref":"#/definitions/OrganizationalPosition"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Organization"],"summary":"Unlocks an OrganizationalPosition resource.","description":"","operationId":"Organization_PostUnlockOrganizationalPosition","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/Actions":{"get":{"tags":["Organization"],"summary":"Gets the list of available actions for the given resource.","description":"Returns:<br />List of available actions.","operationId":"Organization_GetOrganizationalPositionActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource (\"New\" for new resources).","required":true,"type":"string"},{"name":"applyBehaviour","in":"query","description":"True to apply behaviour, false otherwise.","required":false,"type":"boolean","default":false},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/OrganizationalPosition/{id}/CustomAction":{"post":{"tags":["Organization"],"summary":"Executes a custom action on the specified resource.","description":"Returns:<br />\r\n            The action output.\r\n            ","operationId":"Organization_PostOrganizationalPositionCustomAction","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalPosition resource.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Parameters: \r\n            \"ActionName\" (action name)","required":true,"schema":{"$ref":"#/definitions/CustomActionParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/OrganizationalPosition/Catalog":{"get":{"tags":["Organization"],"summary":"Returns the catalog for OrganizationalPosition resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested OrganizationalPosition catalog.","operationId":"Organization_GetOrganizationalPositionCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL.","required":false,"type":"string","default":"OrganizationalPositionCatalog"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (-1 = no pagination).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Organization"],"summary":"Returns the catalog for OrganizationalPosition resources.","description":"Returns:<br />The requested OrganizationalPosition catalog.","operationId":"Organization_PostOrganizationalPositionCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            ModelUrl (defaults to \"OrganizationalPositionCatalog\"), \r\n            PageSize (defaults to 50; -1 = no pagination), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/OrganizationalPosition/Catalog/Count":{"get":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for Organization resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Organization_GetOrganizationalPositionCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"modelUrl","in":"query","description":"Model URL (defaults to \"OrganizationalPositionCatalog\").","required":false,"type":"string","default":"OrganizationalPositionCatalog"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Organization"],"summary":"Returns the number of elements in the catalog for OrganizationalPosition resources.","description":"Returns:<br />The requested element count.","operationId":"Organization_PostOrganizationalPositionCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            ModelUrl,\r\n            FilterGroups and FilterGroupsOperator<br />\r\n            PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/OrganizationalBlock/{id}/Exists":{"get":{"tags":["Organization"],"summary":"Determines if an OrganizationalBlock resource exists.","description":"Returns:<br />\"ResponseValue\" = true if the OrganizationalBlock exists, false otherwise.","operationId":"Organization_GetOrganizationalBlockExists","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the OrganizationalBlock resource.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfBoolean"}}}}},"/{repositoryId}/Process/Sync":{"post":{"tags":["Process"],"summary":"Executes a synchronous process.","description":"Returns:<br />\r\n            The process output.\r\n            ","operationId":"Process_Post","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"inputs","in":"body","description":"Process inputs.","required":true,"schema":{"$ref":"#/definitions/DataSet"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/Process/Async":{"post":{"tags":["Process"],"summary":"Creates an asynchronous process.","description":"Returns:<br />\r\n            \"ResponseValue\" = the process identifier.\r\n            ","operationId":"Process_PostAsynchronous","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"inputs","in":"body","description":"Process inputs.","required":true,"schema":{"$ref":"#/definitions/DataSet"}},{"name":"modelUrl","in":"query","description":"Model URL.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ResponseScalarValueOfString"}}}}},"/{repositoryId}/Process/{id}/Suspend":{"put":{"tags":["Process"],"summary":"Suspends a Process instance.","description":"","operationId":"Process_PutSuspend","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process instance.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional parameters: \r\n            \"SuspensionReason\" (suspension reason)","required":true,"schema":{"$ref":"#/definitions/ProcessSuspendParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Process/{id}/Resume":{"put":{"tags":["Process"],"summary":"Resumes a suspended Process instance.","description":"","operationId":"Process_PutResume","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process instance.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Process/{id}/Abort":{"put":{"tags":["Process"],"summary":"Aborts a Process instance.","description":"","operationId":"Process_PutAbort","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process instance.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Process/{id}/Output":{"get":{"tags":["Process"],"summary":"Gets a process output.","description":"Returns:<br />The process output.","operationId":"Process_GetOutput","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process instance.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataSet"}}}}},"/{repositoryId}/Process/{id}/Status":{"get":{"tags":["Process"],"summary":"Gets a process status.","description":"Returns:<br />The process status.","operationId":"Process_GetStatus","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process instance.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessStatus"}}}}},"/{repositoryId}/Process/{id}":{"delete":{"tags":["Process"],"summary":"Deletes a Process instance.","description":"","operationId":"Process_Delete","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process instance.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/{repositoryId}/Process/{id}/Actions":{"get":{"tags":["Process"],"summary":"Gets the list of available actions for the given Process instance.","description":"Returns:<br />List of available actions.","operationId":"Process_GetActions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process instance.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/ResourceAction"},"xml":{"name":"ResourceAction","wrapped":true},"type":"array"}}}}},"/{repositoryId}/Process/Catalog":{"get":{"tags":["Process"],"summary":"Returns the catalog for Process instances.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested Process catalog.","operationId":"Process_GetCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Process"],"summary":"Returns the catalog for Process instances.","description":"Returns:<br />The requested Process catalog.","operationId":"Process_PostCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Process/Archived/Catalog":{"get":{"tags":["Process"],"summary":"Returns the catalog for archived Process instances.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested archived Process catalog.","operationId":"Process_GetArchivedCatalog","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"Page number.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"Page size (0 = default).","required":false,"type":"integer","format":"int32","default":50},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}},"post":{"tags":["Process"],"summary":"Returns the catalog for archived Process instances.","description":"Returns:<br />The requested archived Process catalog.","operationId":"Process_PostArchivedCatalog","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional elements to customize the catalog output: \r\n            PageSize (0 = default), \r\n            PageNumber (defaults to 1), OrderingCriteria, \r\n            FilterGroups and FilterGroupsOperator","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Catalog"}}}}},"/{repositoryId}/Process/Catalog/Count":{"get":{"tags":["Process"],"summary":"Returns the number of elements in the catalog for Process resources.\n\r\nA simple filter can be expressed in the query string as:\n\r\n{columnName1}={valueColumn1}[...{columnNameN}={valueColumnN}]","description":"Returns:<br />The requested element count.","operationId":"Process_GetCatalogCount","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}},"post":{"tags":["Process"],"summary":"Returns the number of elements in the catalog for Process resources.","description":"Returns:<br />The requested element count.","operationId":"Process_PostCatalogCount","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"parameters","in":"body","description":"Optional filtering parameters: \r\n            FilterGroups and FilterGroupsOperator<br />\r\n            ModelUrl, PageSize, PageNumber and OrderingCriteria are ignored.","required":true,"schema":{"$ref":"#/definitions/CatalogParameters"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ResponseScalarValueOfInt32"}}}}},"/{repositoryId}/Process/{id}/Attachment/{attachmentId}":{"get":{"tags":["Process"],"summary":"Downloads an Attachment from a Process resource.","description":"Returns:<br />\r\n            The requested Process Attachment.<br />\r\n            The \"content-disposition.filename\" Header in the HttpResponseMessage contains the suggested file name.<br />\r\n            The \"content-length\" Header in the HttpResponseMessage contains the file length.\r\n            ","operationId":"Process_GetAttachment","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"file"}}}}},"/{repositoryId}/Process/{id}/Attachment/{attachmentId}/Info":{"get":{"tags":["Process"],"summary":"Gets information about the specified attachment.","description":"Returns:<br />Information about the specified attachment.","operationId":"Process_GetAttachmentInfo","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"repositoryId","in":"path","description":"ID of the resource repository.","required":true,"type":"string"},{"name":"id","in":"path","description":"The ID of the Process resource.","required":true,"type":"string"},{"name":"attachmentId","in":"path","description":"The ID of the Attachment.","required":true,"type":"string"},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AttachmentInfo"}}}}},"/Session/Current":{"get":{"tags":["Session"],"summary":"Reads information on the current Session.","description":"Returns:<br />The requested Session resource.","operationId":"Session_GetCurrent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Session"}}}},"delete":{"tags":["Session"],"summary":"Deletes the current Session.","description":"","operationId":"Session_Delete","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Session":{"post":{"tags":["Session"],"summary":"Creates a new Session.","description":"Returns:<br />\r\n            The created Session resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Session_Post","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"loginParams","in":"body","description":"Login parameters","required":true,"schema":{"$ref":"#/definitions/LoginParams"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Session"}}}}},"/Session/SendOTP/SMS":{"post":{"tags":["Session"],"summary":"Sends an OTP to the account's configured mobile phone number.","description":"","operationId":"Session_PostSendOTPBySMS","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Session/SendOTP/Email":{"post":{"tags":["Session"],"summary":"Sends an OTP to the account's configured email address.","description":"","operationId":"Session_PostSendOTPByEmail","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Session/OTP":{"post":{"tags":["Session"],"summary":"Completes the creation of a Session in case of 2FA.","description":"Returns:<br />\r\n            The created Session resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Session_PostOTP","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"otpParams","in":"body","description":"2FA parameters","required":true,"schema":{"$ref":"#/definitions/OTPParams"}},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Session"}}}}},"/Session/External":{"post":{"tags":["Session"],"summary":"Creates a new Session through an external authentication provider.","description":"Returns:<br />\r\n            The created Session resource.<br />\r\n            The \"Location\" Header in the HttpResponseMessage contains the new resource URL.\r\n            ","operationId":"Session_PostExternal","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"loginParams","in":"body","description":"External login parameters","required":true,"schema":{"$ref":"#/definitions/ExternalLoginParams"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Session"}}}}},"/Session/CurrentPosition":{"put":{"tags":["Session"],"summary":"Sets the current Position for the user session (Token header required)","description":"","operationId":"Session_PutCurrentPosition","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"position","in":"body","description":"Reference to the organizational position to set in the current session.","required":true,"schema":{"$ref":"#/definitions/NamedReference"}},{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Session/KeepAlive":{"put":{"tags":["Session"],"summary":"Keeps the current session open (Token header required)","description":"","operationId":"Session_PutKeepAlive","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Session/Positions":{"get":{"tags":["Session"],"summary":"Gets the positions associated to the user logged in the current session","description":"Returns:<br />\r\n            Returns the list of organizational positions\r\n            ","operationId":"Session_GetPositions","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"UserName","in":"header","description":"Username associated with Jamio Account.","required":false,"type":"string"},{"name":"Password","in":"header","description":"Password associated with Jamio Account.","required":false,"type":"string"},{"name":"IdentityRepositoryName","in":"header","description":"The Jamio openwork area name where the user is defined.","required":false,"type":"string"},{"name":"Source","in":"header","description":"Optional string that describes the origin of login.","required":false,"type":"string","default":"JamioOpenApi"},{"name":"Token","in":"header","description":"Token returned in the Session object when is created a Jamio working session by Session OpenAPI controller.","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"}}}}}},"definitions":{"Account":{"description":"Set of information useful to describe an account that allow an identity resource to login on Jamio openwork.","properties":{"AccountCriteriaReference":{"$ref":"#/definitions/NamedReference","description":"Reference to a AccountCriteria resource."},"AllowPasswordChange":{"description":"The property gets true if the user can change the password.","type":"boolean"},"Concurrent":{"description":"This property gets true if the account is Concurrent.","type":"boolean"},"Disabled":{"description":"If true, the user can not login on Jamio openwork.","type":"boolean"},"DisableTime":{"description":"The property sets how long the account is disabled; the indication is an instant, typically expressed as a date and a time of day.","type":"string","format":"date-time"},"ExternalAuthenticationReference":{"description":"The property gets the reference to an external application that manages the authentication for this account. Meaningful only if property InternalAuthentication is false.","type":"string"},"FailedAttempts":{"description":"The property sets the number of consecutive failed login attempts of the account.","type":"integer","format":"int32"},"Id":{"description":"String that indicates the identifier of Account.","type":"string"},"InternalAuthentication":{"description":"The property gets true if the authentication is internal, so it's managed by Jamio openwork application.","type":"boolean"},"LatestFailedAttempt":{"description":"The property gets the time of the last failed login attempt; the indication is a instant in time, typically expressed as a date and a time of day.","type":"string","format":"date-time"},"LatestLoginTime":{"description":"The property gets the time of last login; the indication is an instant, typically expressed as a date and a time of day.","type":"string","format":"date-time"},"LoginNumber":{"description":"The property gets the number of successful logins.","type":"integer","format":"int32"},"MustChangePassword":{"description":"The property gets true if the user must change passwword on first login on Jamio openwork.","type":"boolean"},"Name":{"description":"Username of account.","type":"string"},"Notes":{"description":"Optional account description.","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":"Jamio openwork resource type."},"OTPUrlConfigured":{"type":"boolean"},"PasswordCriteriaReference":{"$ref":"#/definitions/NamedReference","description":"Reference to a PasswordCriteria resource."},"PasswordExpires":{"description":"The property gets true if the password has a limited validity time, specified in the MaxAge property of PasswordCriteria.","type":"boolean"},"PasswordRequired":{"description":"The property gets true if the user must enter the password to login on Jamio openwork.","type":"boolean"},"PasswordTime":{"description":"The property gets the time of the last password change; the indication is an instant, typically expressed as a date and a time of day.","type":"string","format":"date-time"},"RepositoryId":{"description":"Id of area where account is available.","type":"string"},"ServiceEmailValidated":{"type":"boolean"},"ServiceMobilePhoneNumberValidated":{"type":"boolean"}},"xml":{"name":"Account"},"type":"object"},"AccountCriteria":{"description":"Provides the rules that an account must comply with to be valid, the criteria for account locking and other restrictions.","properties":{"Description":{"type":"string"},"DisableDuration":{"description":"Gets the number of minutes an account remains disabled before automatically becoming enabled.If set to 0, the account will be disabled until an administrator manually enable it.By default the field DisableDuration is 0.","type":"integer","format":"int32"},"DisableInternalAuthentication":{"type":"boolean"},"DisableThreshold":{"description":"Gets the number of failed login attempts that causes the disabling of the account. By default the field Disablethreshold is 0.","type":"integer","format":"int32"},"Enable2FA":{"type":"boolean"},"Id":{"description":"AccountCriteria identification string.","type":"string"},"MaxActiveLogins":{"description":"The property gets the maximum number of concurrent active sessions for an account. By default the field MaxActiveLogins is 0.","type":"integer","format":"int32"},"MaxInactivityDays":{"description":"The property gets the maximum number of inactivity days, after which an account is automatically disabled. By default the field MaxInactivityDays is 0.","type":"integer","format":"int32"},"Name":{"description":"Short description of AccountCriteria.","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":"Jamio openwork resource type."},"OTPbyApp":{"type":"boolean"},"OTPbyEmail":{"type":"boolean"},"OTPbySMS":{"type":"boolean"},"RepositoryId":{"description":"Id of area where AccountCriteria is available.","type":"string"},"ResetTimeout":{"description":"The property gets the minutes that must elapse after a failed login attempt before reset to 0. By default the field ResetTimeout is 0.","type":"integer","format":"int32"}},"xml":{"name":"AccountCriteria"},"type":"object"},"ActionTypes":{"description":"Type of actions that can be executed on a resource.\r\nAdmitted values: None=0; New=1; Read=2; Delete=3; Explore=4; ViewVersions=5; OpenPositionDetail=6; SetACL=7; SetRepositoryProperties=8; Lock=9; UnLock=10; Status=11; RevertToVersion=12; SetAccount=13; Resolve=14; Customize=15; Update=16; SetOnThisVersion=17; SetOnAllVersions=18; CreateRepository=19; CheckIn=20; CheckOut=21; AbortCheckOut=22; Save=23; Number=24; Enable=25; Disable=26; Create=27; SaveAndRead=28; Close=29; ViewSessions=30; Start=31; Stop=32; Destroy=33; Move=34; Duplicate=35; OpenAggregation=36; CloseAggregation=37; EndCreate=38; Claim=39; Complete=40; Delegate=41; Fail=42; Forward=43; Release=44; Resume=45; Skip=46; Suspend=47; SuspendUntil=48; Remove=49; Exit=50; Activate=51; SetPriority=52; AddComment=53; DeleteComment=54; UpdateComment=55; GetComments=56; Escalate=57; Error=58; GetPeopleAssignments=59; UpdatePeopleAssignments=60; CreateCatalogReportRequest=61; CreateEntityReportRequest=62; Freeze=63; Unfreeze=64; AbortCreate=65; Invalidate=66; Retry=69; Subscribe=70; Unsubscribe=71; GetStatus=72; Renew=73; Upload=74; Cancel=75; Clone=76; SetDistributionList=77; TakeCharge=78; StartSend=79; AbortSend=80; StartReceive=81; GenerateBarcode=82; Copy=83; Export=84; CancelTask=85; ImportDefinition=86; ExportDefinition=87; SetAccountPolicy=88; DeleteAccountPolicy=89; SetPasswordPolicy=90; DeletePasswordPolicy=91; SetPasswordChange=92; ","type":"int","enum":["None","New","Read","Delete","Explore","ViewVersions","OpenPositionDetail","SetACL","SetRepositoryProperties","Lock","UnLock","Status","RevertToVersion","SetAccount","Resolve","Customize","Update","SetOnThisVersion","SetOnAllVersions","CreateRepository","CheckIn","CheckOut","AbortCheckOut","Save","Number","Enable","Disable","Create","SaveAndRead","Close","ViewSessions","Start","Stop","Destroy","Move","Duplicate","OpenAggregation","CloseAggregation","EndCreate","Claim","Complete","Delegate","Fail","Forward","Release","Resume","Skip","Suspend","SuspendUntil","Remove","Exit","Activate","SetPriority","AddComment","DeleteComment","UpdateComment","GetComments","Escalate","Error","GetPeopleAssignments","UpdatePeopleAssignments","CreateCatalogReportRequest","CreateEntityReportRequest","Freeze","Unfreeze","AbortCreate","Invalidate","Retry","Subscribe","Unsubscribe","GetStatus","Renew","Upload","Cancel","Clone","SetDistributionList","TakeCharge","StartSend","AbortSend","StartReceive","GenerateBarcode","Copy","Export","CancelTask","ImportDefinition","ExportDefinition","SetAccountPolicy","DeleteAccountPolicy","SetPasswordPolicy","DeletePasswordPolicy","SetPasswordChange"]},"ActualOwner":{"description":"Identity who has claimed or started a human task activity, or who has been currentowner for it on a specific date and has taken it to Reserve or InProgress status.","properties":{"Id":{"description":"Id of ActualOwner.","type":"string"},"Info":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who caused a specific change in the resource status."},"OwnerId":{"description":"Id of human task activity.","type":"string"}},"xml":{"name":"ActualOwner"},"type":"object"},"AddressTypes":{"description":"\r\nAdmitted values: NotApplicable=0; Certified=1; NotCertified=2; ","type":"int","enum":["NotApplicable","Certified","NotCertified"]},"Aggregation":{"description":"Defines a Jamio openwork resource of type Aggregation.","properties":{"Aggregated":{"$ref":"#/definitions/ChangeStatusInformation"},"AttachmentInfoList":{"description":"List of attached file to Aggregation resource.","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"CanContain":{"$ref":"#/definitions/AggregationContentTypes","description":""},"ClassReference":{"$ref":"#/definitions/NamedReference","description":"Not used."},"Closed":{"$ref":"#/definitions/ChangeStatusInformation"},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who created Aggregation resource."},"CreateVolumes":{"type":"boolean"},"Description":{"description":"A long text that describes the Aggregation resource.","type":"string"},"Destroyed":{"type":"string","format":"date-time"},"Fields":{"description":"Dictionary that set fields of custom Aggregation resource. Key is a string that set the field name; value is object.","additionalProperties":{"type":"object"},"type":"object"},"FirstUsed":{"type":"string","format":"date-time"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who frozen Aggregation resource."},"Id":{"description":"String that indicates the identifier of Aggregation resource.","type":"string"},"IsVolume":{"type":"boolean"},"LastAddition":{"type":"string","format":"date-time"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who last updated Aggregation resource."},"Locked":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who locked Aggregation resource."},"ModelReference":{"$ref":"#/definitions/NamedReference","description":"The property gets the model reference, by means of URL, gets the indication of the Jamio openwork type of the model and its name."},"Name":{"description":"A text that describes the Aggregation resource.","type":"string"},"Number":{"description":"Numbering code assigned to Aggregation resource.","type":"string"},"Numbered":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who numbered Aggregation resource."},"ObjectType":{"$ref":"#/definitions/Types","description":"Jamio openwork resource type."},"Originated":{"type":"string","format":"date-time"},"ParentAggregationReference":{"$ref":"#/definitions/NamedReference","description":"Reference of the Aggregation containing this Document resource."},"RepositoryId":{"description":"Id of area where account is available.","type":"string"},"ScopeNotes":{"type":"string"},"StructureHash":{"description":"Property that identifies the versions of the Jamio openwork model.","type":"string"},"Tags":{"description":"List of tags associated to this Aggregation resource.","items":{"$ref":"#/definitions/Tag"},"xml":{"name":"Tag","wrapped":true},"type":"array"},"VolumeMaxElements":{"type":"integer","format":"int32"},"VolumePeriodDuration":{"type":"integer","format":"int32"},"VolumePeriodInterval":{"$ref":"#/definitions/VolumePeriodIntervals","description":""},"VolumeSequenceNumber":{"type":"integer","format":"int32"}},"xml":{"name":"Aggregation"},"type":"object"},"AggregationContentTypes":{"description":"\r\nAdmitted values: All=0; Documents=1; Aggregations=2; None=3; ","type":"int","enum":["All","Documents","Aggregations","None"]},"AttachmentInfo":{"description":"Info of an attachment available in the list of attachment of Jamio resource.","properties":{"AttachmentId":{"description":"Id of attachment.","type":"string"},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who created the resource attachmnent."},"FileExtension":{"description":"Extension of the attached file.","type":"string"},"FileLength":{"description":"Size of the attached file.","type":"integer","format":"int64"},"FileName":{"description":"Name of the attached file.","type":"string"},"Id":{"description":"Id of the resource in which the attachment is available.","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who made the last modification to the resource attachment."},"Operation":{"$ref":"#/definitions/AttachmentOperations","description":"Operation performed on the attached file."},"OwnerType":{"$ref":"#/definitions/Types","description":"Type of the resource in which the attachment is available."},"RepositoryId":{"description":"Id of area where is published the resource in which the attachment is available.","type":"string"},"System":{"description":"System attachment.","type":"boolean"},"Tags":{"description":"Attachment tags.","items":{"type":"string"},"type":"array"}},"xml":{"name":"AttachmentInfo"},"type":"object"},"AttachmentOperations":{"description":"Operation performed on the attached file.\r\nAdmitted values: None=0; Add=1; Delete=2; Rename=3; Change=4; ","type":"int","enum":["None","Add","Delete","Rename","Change"]},"AttachmentParameters":{"description":"File name to assigned to the attachment.","properties":{"FileName":{"type":"string"}},"xml":{"name":"AttachmentParameters"},"type":"object"},"AuthorizationScheme":{"description":"Authorization Scheme.\r\nAdmitted values: NoAuthorization=0; BasicAuthorization=1; NetworkCredentials=2; ApiKey=3; OAuth2=4; CustomCredentials=5; ","type":"int","enum":["NoAuthorization","BasicAuthorization","NetworkCredentials","ApiKey","OAuth2","CustomCredentials"]},"Catalog":{"description":"List of Jamio resources.","properties":{"ItemList":{"description":"List of objects, one for each catalog row.","items":{"$ref":"#/definitions/CatalogItem"},"xml":{"name":"CatalogItem","wrapped":true},"type":"array"},"Name":{"description":"Name of Jamio Catalog.","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":"Type of catalog."},"PageNumber":{"description":"Number of page of catalog.","type":"integer","format":"int32"},"PageSize":{"description":"Numeber of records shown in catalog.","type":"integer","format":"int32"},"ResourceType":{"$ref":"#/definitions/Types","description":"Type of catalog resources."},"StructureHash":{"description":"Property that identifies the versions of the Jamio openwork model.","type":"string"},"TotalCount":{"description":"The total number of rows in the catalog.","type":"integer","format":"int32"}},"xml":{"name":"Catalog"},"type":"object"},"CatalogItem":{"description":"Object of Jamio catalog.","properties":{"Fields":{"description":"Dictionary that set fields of resource shown in column catalog. Key is a string that set the field name; value is object.","additionalProperties":{"type":"object"},"type":"object"},"Name":{"description":"Name of resource shown in catalog.","type":"string"},"Type":{"$ref":"#/definitions/Types","description":"Type of resource shown in catalog."},"Url":{"description":"Url of resource shown in catalog.","type":"string"}},"xml":{"name":"CatalogItem"},"type":"object"},"CatalogParameters":{"properties":{"Filter":{"$ref":"#/definitions/FilterBase","description":""},"ModelUrl":{"description":"Url of catalog model.","type":"string"},"OrderingCriteria":{"description":"Dictionary that set ordering criteria of catalog. Key is a string that set the field name; value is boolean that set ascending order, true for ascendt otherwise false.","additionalProperties":{"type":"boolean"},"type":"object"},"PageNumber":{"description":"Number of page of catalog. Defaults to 1.","type":"integer","format":"int32"},"PageSize":{"description":"Number of records shown in catalog. Defaults to 50; 0 = default; max = 500","type":"integer","format":"int32"}},"xml":{"name":"CatalogParameters"},"type":"object"},"ChangeStatusInformation":{"description":"Information about when and who caused a specific change in the resource status.","properties":{"Date":{"description":"Datetime when the change in the status of the resource occurred.","type":"string","format":"date-time"},"IdentityReference":{"$ref":"#/definitions/NamedReference","description":"Reference to user who determined the change in the resource status."},"PositionReference":{"$ref":"#/definitions/NamedReference","description":"Reference to organization position of the user who determined the change in the resource status."}},"xml":{"name":"ChangeStatusInformation"},"type":"object"},"CheckInInfo":{"properties":{"ChangeVersion":{"$ref":"#/definitions/VersionChangeType","description":""},"VersionChangeDescription":{"description":"Description of changes in the new version.","type":"string"},"VersionLabel":{"description":"Optional version label.","type":"string"}},"xml":{"name":"CheckInInfo"},"type":"object"},"Comment":{"description":"Humant task comments enterd by users.","properties":{"Added":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who added comment."},"Id":{"description":"Id of comment.","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who updated comment."},"OwnerId":{"description":"Id of Identity who entered comment.","type":"string"},"RepositoryId":{"description":"Id of area where comment is available.","type":"string"},"Text":{"description":"Comment description.","type":"string"}},"xml":{"name":"Comment"},"type":"object"},"CommentParameters":{"description":"Comment description.","properties":{"Text":{"description":"Text of comment.","type":"string"}},"xml":{"name":"CommentParameters"},"type":"object"},"ComponentBase":{"description":"Defines the common properties of Components (FileComponents, DocumentComponents, UnmanagedComponents).","properties":{"ComponentType":{"description":"Component type.","type":"string"},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about who created the resource and when."},"Description":{"description":"Component description.","type":"string"},"Destroyed":{"description":"Not Used.","type":"string","format":"date-time"},"Fields":{"description":"Dictionary that contains the fields of a custom Component resource. Key (string) is the field name; Value is an object .","additionalProperties":{"type":"object"},"type":"object"},"Id":{"description":"Component Id.","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about who made the last modification to the resource and when."},"MainComponent":{"description":"True if the component is marked as the main component of the Document.","type":"boolean"},"ModelReference":{"$ref":"#/definitions/NamedReference","description":"Model reference for a custom component (Name, Type and Url)."},"Name":{"description":"Component name.","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":"Component type."},"OrderNumber":{"description":"Optional order number.","type":"integer","format":"int32"},"Originated":{"description":".","type":"string","format":"date-time"},"OwnerId":{"description":"Id of the Document containing the component.","type":"string"},"OwnerType":{"$ref":"#/definitions/Types","description":"Type of the component owner (Document)."},"OwnerVersion":{"description":"Version of the Document containing the component.","type":"integer","format":"int32"},"RepositoryId":{"description":"Id of area where account is available.","type":"string"},"StructureHash":{"description":"Property that identifies the versions of the Jamio openwork model.","type":"string"},"WorkingCopy":{"description":"True if the component belongs to the working copy of the Document.","type":"boolean"}},"discriminator":"ComponentType","xml":{"name":"ComponentBase"},"type":"object"},"CorrespondentInfo":{"description":"Information about correspondent of a sent Data resource.","properties":{"Completed":{"description":"The property gets true if the sending for the correspondent is completed.","type":"boolean"},"Correspondent":{"$ref":"#/definitions/NamedReference","description":"Reference to a resource that is the correspondent of sending."},"SendingPaths":{"description":"List of sending paths for the correspondent.","items":{"$ref":"#/definitions/SendingPath"},"xml":{"name":"SendingPath","wrapped":true},"type":"array"},"SendingStatus":{"$ref":"#/definitions/SendingStatus","description":"Status of sending for the correspondent."}},"xml":{"name":"CorrespondentInfo"},"type":"object"},"Credentials":{"description":"Defines a Jamio openwork resource of type Credentials.","properties":{"AuthorizationScheme":{"$ref":"#/definitions/AuthorizationScheme","description":"The Authorization Scheme."},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who created Credentials resource."},"Description":{"description":"A long text that describes the Credentials resource.","type":"string"},"Fields":{"description":"Custom fields of the Credentials resource","additionalProperties":{"type":"object"},"type":"object"},"Id":{"description":"String that indicates the identifier of Credentials resource.","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who last updated Credentials resource."},"Name":{"description":"A text that describes the Credentials resource.","type":"string"},"Nickname":{"description":"The credentials unique nickname.","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":"Jamio openwork resource type."},"Owner":{"$ref":"#/definitions/NamedReference","description":"Owner."},"RepositoryId":{"description":"Repository Id.","type":"string"},"Scope":{"description":"Credentials scope.","type":"string"}},"xml":{"name":"Credentials"},"type":"object"},"CustomActionParameters":{"description":"Action name of a custom action.","properties":{"ActionName":{"description":"Action name.","type":"string"}},"xml":{"name":"CustomActionParameters"},"type":"object"},"CustomEvent":{"description":"Defines a custom event, meaning as the custom fields of the event.","properties":{"Fields":{"description":"Dictionary that set fields of custom event. Key is a string that set the field name; value is object.","additionalProperties":{"type":"object"},"type":"object"},"ModelReference":{"$ref":"#/definitions/NamedReference","description":"The property gets the model reference, by means of URL, gets the indication of the Jamio openwork type of the model and its name."},"StructureHash":{"description":"Property that identifies the versions of the Jamio openwork model.","type":"string"}},"xml":{"name":"CustomEvent"},"type":"object"},"Data":{"description":"Defines a Jamio openwork resource of type Data.","properties":{"AttachmentInfoList":{"description":"List of attached file to Data resource.","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who created Data resource."},"Description":{"description":"A long text that describes the Data resource.","type":"string"},"Fields":{"description":"Dictionary that set fields of custom Data resource. Key is a string that set the field name; value is object.","additionalProperties":{"type":"object"},"type":"object"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who frozen Data resource."},"Id":{"description":"String that indicates the identifier of Data resource.","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who last updated Data resource."},"Locked":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who locked Data resource."},"ModelReference":{"$ref":"#/definitions/NamedReference","description":"The property gets the model reference, by means of URL, gets the indication of the Jamio openwork type of the model and its name."},"Name":{"description":"A text that describes the Data resource.","type":"string"},"Number":{"description":"Numbering code assigned to Data resource.","type":"string"},"Numbered":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who numbered Data resource."},"ObjectType":{"$ref":"#/definitions/Types","description":"Jamio openwork resource type."},"RepositoryId":{"description":"Id of area where account is available.","type":"string"},"SendingDirection":{"$ref":"#/definitions/SendingDirection","description":"Indicates the direction of sending if it is inbound or outbound."},"SendingProgress":{"description":"Number that indicates the percentage of completion of sending of Data resource, calculated with respect to the number of completed correspondents.","type":"number","format":"double"},"SendingStatus":{"$ref":"#/definitions/SendingStatus","description":"Status of sending for Data resource."},"StructureHash":{"description":"Property that identifies the versions of the Jamio openwork model.","type":"string"}},"xml":{"name":"Data"},"type":"object"},"DataSet":{"description":"Customized support structure not aimed at creating resources.","properties":{"Fields":{"description":"Dictionary that set fields of Dataset. Key is a string that set the field name; value is object.","additionalProperties":{"type":"object"},"type":"object"},"StructureHash":{"description":"Property that identifies the versions of the Jamio openwork model.","type":"string"}},"xml":{"name":"DataSet"},"type":"object"},"Deadline":{"description":"Time span after which an alternative process flow is activated during the execution of a user activity.","properties":{"Code":{"description":"String that indicates the identifier code of deadline.","type":"string"},"DeadlineStatus":{"$ref":"#/definitions/DeadlineStatus","description":"Status of Deadline."},"Description":{"description":"String that indicates the description of deadline.","type":"string"},"DisablingActions":{"description":"Each element contains the description (key) and the code (value) of an ActionTypes item.","items":{"$ref":"#/definitions/ActionTypes"},"type":"array"},"Duration":{"description":"String that indicates the duration of Deadline as a number (duration) follow by a char (unit of measure) S= seconds; M= minutes; H= hours; D= days; W= weeks.","example":"''5D'' for 5 days; ''90M''for 90 minutes.","type":"string"},"Id":{"description":"String that indicates the identifier of Deadline.","type":"string"},"Name":{"description":"String that indicates the name of deadline.","type":"string"},"OwnerId":{"description":"Id of human task where the deadline is defined.","type":"string"},"Repeatable":{"description":"The property gets true if the deadline is repeatable.","type":"boolean"},"ScheduleId":{"description":"Id of the schedule created with the Deadline.","type":"string"},"StartingAction":{"$ref":"#/definitions/ActionTypes","description":"Action that can be performed on the human task that activates the deadline and enables the time calculation until it is reached."}},"xml":{"name":"Deadline"},"type":"object"},"DeadlineStatus":{"description":"Status of human task deadline.\r\nAdmitted values: Inactive=0; Active=1; Expired=2; Disabled=3; ","type":"int","enum":["Inactive","Active","Expired","Disabled"]},"DeletedCatalogParameters":{"properties":{"DateEnd":{"type":"string","format":"date-time"},"DateStart":{"type":"string","format":"date-time"},"ModelUrl":{"description":"Url of catalog model.","type":"string"}},"xml":{"name":"DeletedCatalogParameters"},"type":"object"},"Document":{"description":"Defines a Jamio openwork resource of type Document.","properties":{"Checked":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about who made the last CheckOut to the resource and when."},"ClassReference":{"$ref":"#/definitions/NamedReference","description":"Not used."},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about who created the resource and when."},"CurrentOwner":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about who is the current resource owner and since when."},"CurrentVersion":{"description":"True if this is the current version of the Document.","type":"boolean"},"Description":{"description":"Document description.","type":"string"},"Fields":{"description":"Dictionary that contains the fields of a custom Document resource. Key (string) is the field name; Value is an object .","additionalProperties":{"type":"object"},"type":"object"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about who made the last Freeze to the resource and when."},"Id":{"description":"Document identifier.","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about who made the last modification to the resource and when."},"MainComponentReference":{"$ref":"#/definitions/NamedReference","description":"Reference of the main component of this Document resource."},"MajorVersion":{"description":"Optional user major version number.","type":"integer","format":"int32"},"MinorVersion":{"description":"Optional user minor version number.","type":"integer","format":"int32"},"ModelReference":{"$ref":"#/definitions/NamedReference","description":"Model reference for a custom Document (Name, Type and Url)."},"Name":{"description":"Document name.","type":"string"},"Number":{"description":"Numbering code assigned to Document resource.","type":"string"},"Numbered":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about who numbered the resource and when."},"ObjectType":{"$ref":"#/definitions/Types","description":"Jamio openwork resource type (Document)."},"ParentAggregationReference":{"$ref":"#/definitions/NamedReference","description":"Reference of the Aggregation containing this Document resource."},"Rating":{"description":"Not used.","type":"integer","format":"int32"},"RepositoryId":{"description":"Id of area where account is available.","type":"string"},"StructureHash":{"description":"Property that identifies the versions of the Jamio openwork model.","type":"string"},"Tags":{"description":"List of tags associated to this Document resource.","items":{"$ref":"#/definitions/Tag"},"xml":{"name":"Tag","wrapped":true},"type":"array"},"Version":{"description":"Document version.","type":"integer","format":"int32"},"VersionChangeDescription":{"description":"Description of changes in the new version.","type":"string"},"VersionChangeType":{"$ref":"#/definitions/VersionChangeType","description":"Version change type: No change/Minor version change/Major version change."},"VersionLabel":{"description":"Optional version label.","type":"string"},"WorkingCopy":{"description":"True if this is the working copy of the Document.","type":"boolean"}},"xml":{"name":"Document"},"type":"object"},"DocumentComponent":{"description":"Defines a Jamio openwork resource of type DocumentComponent.","allOf":[{"$ref":"#/definitions/ComponentBase","required":["ComponentBase"]}],"properties":{"DocumentReference":{"$ref":"#/definitions/NamedReference","description":"Reference to a Document resource."},"EarlyBinding":{"description":"Not used.","type":"boolean"}},"xml":{"name":"DocumentComponent"},"type":"object"},"EndCreateInfo":{"description":"Optional EndCreation information","properties":{"MajorVersion":{"description":"MajorVersion","type":"integer","format":"int32"},"MinorVersion":{"description":"Minor Version","type":"integer","format":"int32"},"ParentAggregationReference":{"$ref":"#/definitions/NamedReference","description":"Parent aggregation reference."},"VersionDescription":{"description":"Version description.","type":"string"},"VersionLabel":{"description":"Version label.","type":"string"}},"xml":{"name":"EndCreateInfo"},"type":"object"},"Escalation":{"description":"Defines an action or reaction, which is triggered when a certain condition is (or is not) met or a state is reached during the execution of a human task activity.","properties":{"Code":{"description":"String that indicates the identifier code of escalation.","type":"string"},"DeadlineCode":{"description":"String that indicates the identifier code of deadline associated to escalation.","type":"string"},"Description":{"description":"String that indicates the description of escalation.","type":"string"},"Id":{"description":"String that indicates the identifier of Escalation.","type":"string"},"Manual":{"description":"The property gets true if the escalation can also be operated manually with the deadline active.","type":"boolean"},"Name":{"description":"String that indicates the name of escalation.","type":"string"},"OwnerId":{"description":"Id of human task where the escalation is defined.","type":"string"},"UserDescription":{"description":"Localizable user description.","type":"string"}},"xml":{"name":"Escalation"},"type":"object"},"ExecutePreAction":{"description":"The action to be performed before the execution of custom action.\r\nAdmitted values: None=0; Save=1; EndCreateOrCheckIn=2; ","type":"int","enum":["None","Save","EndCreateOrCheckIn"]},"ExternalLoginParams":{"description":"Configuration of external authentication providers","properties":{"AuthenticationProvider":{"type":"string"},"ExternalLoginParameters":{"additionalProperties":{"type":"object"},"type":"object"},"ExternalToken":{"type":"string"},"IdentityRepositoryName":{"description":"Name of Jamio openwork area.","type":"string"},"Password":{"description":"Password associated with Jamio Account.","type":"string"},"Source":{"description":"Optional string that describes the origin of login.","type":"string"},"UserName":{"description":"Username associated with Jamio Account.","type":"string"}},"xml":{"name":"ExternalLoginParams"},"type":"object"},"FileComponent":{"description":"Defines a Jamio openwork resource of type FileComponent.","allOf":[{"$ref":"#/definitions/ComponentBase","required":["ComponentBase"]}],"properties":{"FileHash":{"$ref":"#/definitions/Hash","description":"SHA-256 Hash of the file."},"FileName":{"description":"Name of the file.","type":"string"},"FileType":{"description":"Type of the file.","type":"string"},"RelativePath":{"description":"Not used.","type":"string"},"Size":{"description":"Size of the file.","type":"integer","format":"int64"}},"xml":{"name":"FileComponent"},"type":"object"},"Filter":{"description":"Useful to specify a condition to apply to a Jamio openwork catalog.","allOf":[{"$ref":"#/definitions/FilterBase","required":["FilterBase"]}],"properties":{"Complement":{"description":"Object of the action specified by the predicate. Type: Object.","type":"object"},"Predicate":{"$ref":"#/definitions/Predicate","description":"What is said about the subject."},"Subject":{"description":"Name of the field on which to apply the filter.","type":"string"}},"type":"object"},"FilterBase":{"description":"Generic filter definition. Use the object Filter to specify a simple filter or the object FilterGroup to specify a group of filters.","properties":{},"discriminator":"StructureHash","type":"object"},"FilterGroup":{"description":"List of filters.","allOf":[{"$ref":"#/definitions/FilterBase","required":["FilterBase"]}],"properties":{"Filters":{"description":"","items":{"$ref":"#/definitions/FilterBase"},"type":"array"},"Operator":{"$ref":"#/definitions/GroupOperators","description":""}},"type":"object"},"GroupOperators":{"description":"\r\nAdmitted values: And=1; Or=2; ","type":"int","enum":["And","Or"]},"Hash":{"description":"Defines a hash code and type.","properties":{"HashCode":{"description":"Hash code.","type":"string"},"HashType":{"$ref":"#/definitions/HashType","description":"Hash type."}},"xml":{"name":"Hash"},"type":"object"},"HashType":{"description":"Defines the supported hash types.\r\nAdmitted values: SHA1=1; SHA256=2; ","type":"int","enum":["SHA1","SHA256"]},"HumanTask":{"description":"Defines a Jamio openwork resource of type Human task.","properties":{"Abstract":{"description":"","type":"boolean"},"Activated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ActualOwners":{"description":"","items":{"$ref":"#/definitions/ActualOwner"},"xml":{"name":"ActualOwner","wrapped":true},"type":"array"},"AttachmentInfoList":{"description":"","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"CallbackReference":{"$ref":"#/definitions/NamedReference","description":""},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"CurrentOwner":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Deadlines":{"description":"","items":{"$ref":"#/definitions/Deadline"},"xml":{"name":"Deadline","wrapped":true},"type":"array"},"DefinitionVersion":{"description":"","type":"integer","format":"int32"},"Description":{"type":"string"},"DisabledActions":{"description":"Each element contains the description (key) and the code (value) of an ActionTypes item.","items":{"$ref":"#/definitions/ActionTypes"},"type":"array"},"Escalations":{"description":"","items":{"$ref":"#/definitions/Escalation"},"xml":{"name":"Escalation","wrapped":true},"type":"array"},"Fields":{"additionalProperties":{"type":"object"},"type":"object"},"Id":{"description":"","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"LeanTask":{"description":"","type":"boolean"},"ModelReference":{"$ref":"#/definitions/NamedReference"},"Name":{"type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":""},"OutcomeCode":{"description":"","type":"string"},"OutcomeName":{"description":"","type":"string"},"Outcomes":{"description":"","items":{"$ref":"#/definitions/Outcome"},"xml":{"name":"Outcome","wrapped":true},"type":"array"},"ParentReference":{"$ref":"#/definitions/NamedReference","description":""},"ParentType":{"$ref":"#/definitions/TaskType","description":""},"PredecessorReference":{"$ref":"#/definitions/NamedReference","description":""},"PreviousStatus":{"$ref":"#/definitions/Status","description":""},"PreviousStatusInfo":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Priority":{"$ref":"#/definitions/Priority","description":""},"RepositoryId":{"type":"string"},"SaveOutcomes":{"description":"","type":"boolean"},"Skippable":{"description":"","type":"boolean"},"Status":{"$ref":"#/definitions/Status","description":""},"StatusInfo":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"StructureHash":{"description":"","type":"string"},"SuspendTimeOut":{"description":"","type":"string","format":"date-time"},"TaskInitiator":{"$ref":"#/definitions/NamedReference","description":""},"TaskType":{"$ref":"#/definitions/TaskType","description":""}},"xml":{"name":"HumanTask"},"type":"object"},"HumanTaskSuspendParameters":{"description":"End date of the suspension of human task activity.","properties":{"SuspendTimeOut":{"type":"string"}},"xml":{"name":"HumanTaskSuspendParameters"},"type":"object"},"Identity":{"description":"Defines a Jamio openwork resource of type Identity.","properties":{"AttachmentInfoList":{"description":"","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Description":{"description":"","type":"string"},"Fields":{"description":"","additionalProperties":{"type":"object"},"type":"object"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"HasAccount":{"description":"","type":"boolean"},"Id":{"description":"","type":"string"},"IdentificationCode":{"description":"","type":"string"},"IdentificationCodeExpiryDate":{"description":"","type":"string","format":"date-time"},"IdentificationDocument":{"$ref":"#/definitions/NamedReference","description":""},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Locked":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ModelReference":{"$ref":"#/definitions/NamedReference","description":""},"Name":{"description":"","type":"string"},"Number":{"description":"","type":"string"},"Numbered":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ObjectType":{"$ref":"#/definitions/Types","description":""},"Picture":{"$ref":"#/definitions/NamedReference","description":""},"PreferredLanguage":{"description":"","type":"string"},"RepositoryId":{"description":"","type":"string"},"ServiceEmail":{"description":"","type":"string"},"ServiceEmailValidated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ServiceMobilePhoneNumber":{"description":"","type":"string"},"ServiceMobilePhoneNumberValidated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Signature":{"$ref":"#/definitions/NamedReference","description":""},"StructureHash":{"description":"","type":"string"}},"xml":{"name":"Identity"},"type":"object"},"IdentityIdentificationCode":{"description":"Identification document properties.","properties":{"Code":{"description":"Identification document code.","type":"string"},"ExpiryDate":{"description":"Identification document expiry date.","type":"string","format":"date-time"}},"xml":{"name":"IdentityIdentificationCode"},"type":"object"},"JobStatus":{"description":"Job status.\r\nAdmitted values: None=0; Ready=1; Running=2; Suspended=3; Completed=4; Canceled=5; Failed=6; Suspending=7; Canceling=8; Idle=9; ","type":"int","enum":["None","Ready","Running","Suspended","Completed","Canceled","Failed","Suspending","Canceling","Idle"]},"LoginParams":{"description":"Useful parameters for logging in Jamio openwork.","properties":{"IdentityRepositoryName":{"description":"Name of Jamio openwork area.","type":"string"},"Password":{"description":"Password associated with Jamio Account.","type":"string"},"Source":{"description":"Optional string that describes the origin of login.","type":"string"},"UserName":{"description":"Username associated with Jamio Account.","type":"string"}},"xml":{"name":"LoginParams"},"type":"object"},"ModelNamedReference":{"description":"Reference of Jamio openwork model.","properties":{"BaseType":{"$ref":"#/definitions/Types","description":""},"Name":{"type":"string"},"Type":{"$ref":"#/definitions/Types","description":""},"Url":{"type":"string"}},"xml":{"name":"ModelNamedReference"},"type":"object"},"NamedReference":{"description":"Reference to Jamio resource.","properties":{"Name":{"type":"string"},"Type":{"$ref":"#/definitions/Types","description":""},"Url":{"type":"string"}},"xml":{"name":"NamedReference"},"type":"object"},"Notification":{"description":"Settings a platform notification.","properties":{"From":{"$ref":"#/definitions/NamedReference","description":""},"Id":{"type":"string"},"IdentityId":{"description":"","type":"string"},"Message":{"description":"","type":"string"},"Name":{"type":"string"},"NotificationType":{"description":"","type":"string","enum":["Generic","Export"]},"ObjectType":{"$ref":"#/definitions/Types","description":""},"ReceivedDate":{"description":"","type":"string","format":"date-time"},"References":{"description":"","items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"},"RepositoryId":{"type":"string"},"Source":{"description":"","type":"string"},"Unread":{"description":"","type":"boolean"}},"xml":{"name":"Notification"},"type":"object"},"NotificationType":{"description":"Notification type.\r\nAdmitted values: Generic=0; Export=1; ","type":"int","enum":["Generic","Export"]},"Organization":{"description":"Defines a Jamio openwork resource of type Organization.","properties":{"AttachmentInfoList":{"description":"","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"Description":{"description":"","type":"string"},"Fields":{"additionalProperties":{"type":"object"},"type":"object"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation"},"Id":{"description":"","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Locked":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ModelReference":{"$ref":"#/definitions/NamedReference"},"Name":{"description":"","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":""},"RepositoryId":{"description":"","type":"string"},"StructureHash":{"description":"","type":"string"}},"xml":{"name":"Organization"},"type":"object"},"OrganizationalAssignment":{"description":"Defines a Jamio openwork resource of type Organization assignment.","properties":{"AttachmentInfoList":{"description":"","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Description":{"description":"","type":"string"},"EndDate":{"description":"","type":"string","format":"date-time"},"Fields":{"additionalProperties":{"type":"object"},"type":"object"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation"},"Id":{"description":"","type":"string"},"IdentityReference":{"$ref":"#/definitions/NamedReference","description":""},"IsPrimaryAssignment":{"description":"","type":"boolean"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Locked":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ModelReference":{"$ref":"#/definitions/NamedReference"},"Name":{"description":"","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":""},"OrganizationReference":{"$ref":"#/definitions/NamedReference","description":""},"PositionReference":{"$ref":"#/definitions/NamedReference","description":""},"RepositoryId":{"description":"","type":"string"},"StartDate":{"description":"","type":"string","format":"date-time"},"StructureHash":{"description":"","type":"string"}},"xml":{"name":"OrganizationalAssignment"},"type":"object"},"OrganizationalBlock":{"description":"Defines a Jamio openwork resource of type Organization block.","properties":{"AttachmentInfoList":{"description":"","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"Description":{"description":"","type":"string"},"Fields":{"additionalProperties":{"type":"object"},"type":"object"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation"},"Id":{"description":"","type":"string"},"Initials":{"description":"","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Locked":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ModelReference":{"$ref":"#/definitions/NamedReference"},"Name":{"description":"","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":""},"OrganizationReference":{"$ref":"#/definitions/NamedReference","description":""},"RepositoryId":{"description":"","type":"string"},"StructureHash":{"description":"","type":"string"}},"xml":{"name":"OrganizationalBlock"},"type":"object"},"OrganizationalPosition":{"description":"Defines a Jamio openwork resource of type Organization position.","properties":{"AttachmentInfoList":{"description":"","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"Description":{"description":"","type":"string"},"Fields":{"additionalProperties":{"type":"object"},"type":"object"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation"},"Id":{"description":"","type":"string"},"Initials":{"description":"","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Locked":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ModelReference":{"$ref":"#/definitions/NamedReference"},"Name":{"description":"","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":""},"OrganizationReference":{"$ref":"#/definitions/NamedReference","description":""},"RepositoryId":{"description":"","type":"string"},"StructureHash":{"description":"","type":"string"}},"xml":{"name":"OrganizationalPosition"},"type":"object"},"OrganizationalUnit":{"description":"Defines a Jamio openwork resource of type Organization unit.","properties":{"AttachmentInfoList":{"description":"","items":{"$ref":"#/definitions/AttachmentInfo"},"xml":{"name":"AttachmentInfo","wrapped":true},"type":"array"},"Description":{"description":"","type":"string"},"Fields":{"additionalProperties":{"type":"object"},"type":"object"},"Frozen":{"$ref":"#/definitions/ChangeStatusInformation"},"Id":{"description":"","type":"string"},"Initials":{"description":"","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"Locked":{"$ref":"#/definitions/ChangeStatusInformation","description":""},"ModelReference":{"$ref":"#/definitions/NamedReference"},"Name":{"description":"","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":""},"OrganizationalBlockReference":{"$ref":"#/definitions/NamedReference","description":""},"OrganizationReference":{"$ref":"#/definitions/NamedReference","description":""},"RepositoryId":{"description":"","type":"string"},"StructureHash":{"description":"","type":"string"}},"xml":{"name":"OrganizationalUnit"},"type":"object"},"OTPParams":{"description":"Parameters for 2FA.","properties":{"Offline":{"description":"True if the OTP code has been generated by a configured mobile app;\r\nFalse if the OTP code has been received by SMS or Email.","type":"boolean"},"OTPCode":{"description":"OTP code.","type":"string"}},"xml":{"name":"OTPParams"},"type":"object"},"Outcome":{"description":"Defines an expected outcome from human task activity.","properties":{"Code":{"description":"String that indicates the identifier code of outcome.","type":"string"},"Description":{"description":"String that indicates the description of outcome.","type":"string"},"Id":{"description":"String that indicates the identifier of outcome.","type":"string"},"Name":{"description":"String that indicates the name of outcome.","type":"string"},"OwnerId":{"description":"Id of human task where the outcome is defined.","type":"string"},"UserDescription":{"description":"Localizable user description.","type":"string"}},"xml":{"name":"Outcome"},"type":"object"},"PasswordCriteria":{"description":"Defines settings that the password associated with a Jamio account must respect to be valid.","properties":{"CaseSensitive":{"description":"","type":"boolean"},"ComplexityRequirements":{"description":"","type":"boolean"},"EnforceHistory":{"description":"","type":"integer","format":"int32"},"Id":{"description":"","type":"string"},"MaxAge":{"description":"","type":"integer","format":"int32"},"MinCharacters":{"description":"","type":"integer","format":"int32"},"Name":{"description":"","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":""},"Pattern":{"description":"","type":"string"},"RepositoryId":{"description":"","type":"string"}},"xml":{"name":"PasswordCriteria"},"type":"object"},"PasswordParams":{"description":"Parameters for an account password change in Jamio openwork.","properties":{"NewPassword":{"description":"New account password.","type":"string"},"OldPassword":{"description":"Old account password","type":"string"},"UserName":{"description":"Account UserName","type":"string"}},"xml":{"name":"PasswordParams"},"type":"object"},"PlugCatalogParameters":{"properties":{"AdditionalParameters":{"additionalProperties":{"type":"object"},"type":"object"},"ModelUrl":{"description":"Url of catalog model.","type":"string"}},"xml":{"name":"PlugCatalogParameters"},"type":"object"},"PlugConfiguration":{"description":"Defines a Jamio openwork resource of type PlugConfiguration.","properties":{"AuthorizationScheme":{"$ref":"#/definitions/AuthorizationScheme","description":"The Authorization Scheme."},"ClientCerPath":{"description":"The client certificate path.","type":"string"},"ClientCerThumbprint":{"description":"The client certificate thumbprint.","type":"string"},"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who created PlugConfiguration resource."},"Description":{"description":"A long text that describes the PlugConfiguration resource.","type":"string"},"Explorable":{"description":"True for explorable content.","type":"boolean"},"Fields":{"description":"Custom fields of the PlugConfiguration resource","additionalProperties":{"type":"object"},"type":"object"},"Icon":{"description":"FontAwesome icon desctiptor.","type":"string"},"Id":{"description":"String that indicates the identifier of PlugConfiguration resource.","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who last updated PlugConfiguration resource."},"Name":{"description":"A text that describes the PlugConfiguration resource.","type":"string"},"Nickname":{"description":"The configuration unique nickname.","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":"Jamio openwork resource type."},"PlugName":{"description":"Plug to be configured.","type":"string"},"RepositoryId":{"description":"Repository Id.","type":"string"},"ServiceName":{"description":"The service name.","type":"string"},"TrustAllCertificates":{"description":"True to trust all certificates.","type":"boolean"}},"xml":{"name":"PlugConfiguration"},"type":"object"},"PlugOperationConfiguration":{"description":"Defines a Jamio openwork resource of type PlugOperationConfiguration.","properties":{"Created":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who created PlugOperationConfiguration resource."},"Description":{"description":"A long text that describes the PlugOperationConfiguration resource.","type":"string"},"Fields":{"description":"Custom fields of the PlugOperationConfiguration resource","additionalProperties":{"type":"object"},"type":"object"},"Icon":{"description":"FontAwesome icon desctiptor.","type":"string"},"Id":{"description":"String that indicates the identifier of PlugOperationConfiguration resource.","type":"string"},"LastUpdated":{"$ref":"#/definitions/ChangeStatusInformation","description":"Information about when and who last updated PlugOperationConfiguration resource."},"Name":{"description":"A text that describes the PlugOperationConfiguration resource.","type":"string"},"Nickname":{"description":"The operation configuration unique nickname.","type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":"Jamio openwork resource type."},"Operation":{"description":"The operation.","type":"string"},"ParentReference":{"$ref":"#/definitions/NamedReference","description":"Reference to the parent plug configuration."},"RepositoryId":{"description":"Repository Id.","type":"string"}},"xml":{"name":"PlugOperationConfiguration"},"type":"object"},"Predicate":{"description":"What is said about the subject in Jamio Filter.","properties":{"Not":{"description":"","type":"boolean"},"Type":{"$ref":"#/definitions/PredicateTypes","description":""}},"type":"object"},"PredicateTypes":{"description":"\r\nAdmitted values: NotNull=100; EqualsTo=101; BelongsToList=102; GreaterThan=110; GreaterThanOrEqual=111; LessThan=112; LessThanOrEqual=113; BeginsWith=208; EndsWith=209; Contains=211; ContainsElement=306; IsReferenceOf=602; ","type":"int","enum":["NotNull","EqualsTo","BelongsToList","GreaterThan","GreaterThanOrEqual","LessThan","LessThanOrEqual","BeginsWith","EndsWith","Contains","ContainsElement","IsReferenceOf"]},"Priority":{"description":"Human task activity priority.","properties":{"Type":{"$ref":"#/definitions/PriorityType","description":""}},"xml":{"name":"Priority"},"type":"object"},"PriorityType":{"description":"\r\nAdmitted values: None=0; Lowest=1; Low=2; BelowNormal=3; Normal=4; AboveNormal=5; High=6; Highest=7; Critical=8; ","type":"int","enum":["None","Lowest","Low","BelowNormal","Normal","AboveNormal","High","Highest","Critical"]},"ProcessStatus":{"description":"Status of Jamio openwork process.","properties":{"ExecutionStatus":{"description":"","type":"string"},"IsCompleted":{"description":"","type":"boolean"},"IsSuspended":{"description":"","type":"boolean"},"SuspensionExceptionName":{"description":"","type":"string"}},"xml":{"name":"ProcessStatus"},"type":"object"},"ProcessSuspendParameters":{"description":"Suspension cause of a Jamio process instance.","properties":{"SuspensionReason":{"type":"string"}},"xml":{"name":"ProcessSuspendParameters"},"type":"object"},"ReceivingParams":{"description":"Useful to define the parameters of the data resource receiving process.","properties":{"Address":{"$ref":"#/definitions/NamedReference","description":""},"Carrier":{"$ref":"#/definitions/NamedReference","description":""},"Correspondent":{"$ref":"#/definitions/NamedReference","description":""},"TargetSendingStatus":{"$ref":"#/definitions/SendingStatus","description":""},"Transport":{"$ref":"#/definitions/Transport","description":""}},"xml":{"name":"ReceivingParams"},"type":"object"},"RecipientTypes":{"description":"\r\nAdmitted values: NotApplicable=0; To=1; Cc=2; Bcc=3; ","type":"int","enum":["NotApplicable","To","Cc","Bcc"]},"ResourceAction":{"description":"Set of actions available for a resource.","properties":{"ActionType":{"$ref":"#/definitions/ActionTypes","description":""},"Description":{"description":"The custom action description.","type":"string"},"Enabled":{"type":"boolean"},"ExecutePreAction":{"$ref":"#/definitions/ExecutePreAction","description":"The action to be performed before the execution."},"Name":{"description":"The custom action name.","type":"string"},"UserDescription":{"description":"The custom action user description.","type":"string"}},"xml":{"name":"ResourceAction"},"type":"object"},"ResponseScalarValueOfBoolean":{"description":"Response for scalar types.","properties":{"ResponseValue":{"type":"boolean"}},"xml":{"name":"ResponseScalarValue`1"},"type":"object"},"ResponseScalarValueOfInt32":{"description":"Response for scalar types.","properties":{"ResponseValue":{"type":"integer","format":"int32"}},"xml":{"name":"ResponseScalarValue`1"},"type":"object"},"ResponseScalarValueOfString":{"description":"Response for scalar types.","properties":{"ResponseValue":{"type":"string"}},"xml":{"name":"ResponseScalarValue`1"},"type":"object"},"RevertVersionInfo":{"properties":{"ChangeVersion":{"$ref":"#/definitions/VersionChangeType","description":""},"PreservedComponents":{"items":{"type":"string"},"type":"array"},"VersionChangeDescription":{"description":"Description of changes in the new version.","type":"string"},"VersionLabel":{"description":"Optional version label.","type":"string"}},"xml":{"name":"RevertVersionInfo"},"type":"object"},"SendingDirection":{"description":"Defines the sending direction of a Data resource.\r\nAdmitted values: None=0; Inbound=1; Outbound=2; ","type":"int","enum":["None","Inbound","Outbound"]},"SendingParams":{"description":"Useful to define the parameters of the data resource sending process.","properties":{"Addresses":{"description":"","items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"},"Carrier":{"$ref":"#/definitions/NamedReference","description":""},"Correspondents":{"description":"","items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"},"LeadTime":{"description":"","type":"string"},"RecipientTypes":{"description":"","items":{"$ref":"#/definitions/RecipientTypes"},"type":"array"},"TargetSendingStatus":{"$ref":"#/definitions/SendingStatus","description":""},"Transport":{"$ref":"#/definitions/Transport","description":""}},"xml":{"name":"SendingParams"},"type":"object"},"SendingPath":{"description":"Defines the properties and status of a specific sending path of data resource.","properties":{"Address":{"$ref":"#/definitions/NamedReference"},"AddressType":{"$ref":"#/definitions/AddressTypes","description":""},"Carrier":{"$ref":"#/definitions/NamedReference"},"Completed":{"type":"boolean"},"Correspondent":{"$ref":"#/definitions/NamedReference"},"LeadTime":{"type":"string"},"RecipientType":{"$ref":"#/definitions/RecipientTypes","description":""},"SendId":{"type":"string"},"SendingStatus":{"$ref":"#/definitions/SendingStatus","description":""},"StartDate":{"type":"string","format":"date-time"},"TargetSendingStatus":{"$ref":"#/definitions/SendingStatus","description":""},"Transport":{"$ref":"#/definitions/Transport","description":""}},"xml":{"name":"SendingPath"},"type":"object"},"SendingPathParams":{"description":"Defines the parameters useful to adds a sending path to data resource.","properties":{"OldAddress":{"$ref":"#/definitions/NamedReference"},"Path":{"$ref":"#/definitions/SendingPath"}},"xml":{"name":"SendingPathParams"},"type":"object"},"SendingStatus":{"description":"Defines status of sending of data resource.\r\nAdmitted values: None=0; Aborted=1; Failed=2; Timeout=3; Unknown=4; Pending=5; Sent=6; Delivered=7; Accepted=8; PreProcessing=10; PreProcessed=11; Processing=14; Processed=15; ","type":"int","enum":["None","Aborted","Failed","Timeout","Unknown","Pending","Sent","Delivered","Accepted","PreProcessing","PreProcessed","Processing","Processed"]},"Session":{"description":"Defines a work session in Jamio openwork.","properties":{"CreationDate":{"description":"","type":"string","format":"date-time"},"CurrentAdministratedTenants":{"description":"","items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"},"CurrentAssignment":{"$ref":"#/definitions/NamedReference","description":""},"CurrentBlock":{"$ref":"#/definitions/NamedReference","description":""},"CurrentOrganization":{"$ref":"#/definitions/NamedReference","description":""},"CurrentPosition":{"$ref":"#/definitions/NamedReference","description":""},"CurrentUnit":{"$ref":"#/definitions/NamedReference","description":""},"Id":{"description":"","type":"string"},"IdentityReference":{"$ref":"#/definitions/NamedReference","description":""},"IsOrganizationManager":{"description":"","items":{"type":"string"},"type":"array"},"IsTenantAdministrator":{"description":"","items":{"type":"string"},"type":"array"},"Language":{"description":"","type":"string"},"Name":{"type":"string"},"NotificationKey":{"description":"","type":"string"},"OTPbyApp":{"description":"","type":"boolean"},"OTPbyAppConfigured":{"description":"","type":"boolean"},"OTPbyEmail":{"description":"","type":"boolean"},"OTPbySMS":{"description":"","type":"boolean"},"OTPEmailAddress":{"description":"","type":"string"},"OTPMobilePhoneNumber":{"description":"","type":"string"},"Source":{"description":"","type":"string"},"SourceType":{"description":"","type":"integer","format":"int32"},"Status":{"$ref":"#/definitions/SessionStatus","description":""},"SystemSession":{"description":"","type":"boolean"},"SystemUserSession":{"description":"","type":"boolean"},"TenantId":{"description":"","type":"string"},"Timestamp":{"description":"","type":"string","format":"date-time"},"Token":{"description":"","type":"string"}},"xml":{"name":"Session"},"type":"object"},"SessionStatus":{"description":"\r\nAdmitted values: None=0; Authenticated=1; OTPsent=2; Completed=3; ","type":"int","enum":["None","Authenticated","OTPsent","Completed"]},"Status":{"description":"Human task activity status.\r\nAdmitted values: Created=0; Ready=1; Reserved=2; InProgress=3; Suspended=4; Completed=5; Failed=6; Error=7; Exited=8; Obsolete=9; Removed=10; ","type":"int","enum":["Created","Ready","Reserved","InProgress","Suspended","Completed","Failed","Error","Exited","Obsolete","Removed"]},"Tag":{"description":"Defines a tag.","properties":{"Id":{"description":"Tag id.","type":"string"},"OwnerId":{"description":"Id of the resource where the tag is defined.","type":"string"},"OwnerType":{"$ref":"#/definitions/Types","description":"Type of the resource where the tag is defined."},"OwnerVersion":{"description":"Version of the resource where the tag is defined.","type":"integer","format":"int32"},"RepositoryId":{"description":"Id of area where account is available.","type":"string"},"Text":{"description":"Tag text.","type":"string"}},"xml":{"name":"Tag"},"type":"object"},"TaskType":{"description":"Type of activity in Jamio model process.\r\nAdmitted values: Normal=0; Manual=1; Notification=2; Sequential=3; Parallel=4; Procedural=5; ","type":"int","enum":["Normal","Manual","Notification","Sequential","Parallel","Procedural"]},"TrackingMessage":{"description":"Defines the update information about the status of a particular sending path. It is used to track the progress of a sending.","properties":{"Address":{"$ref":"#/definitions/NamedReference"},"Carrier":{"$ref":"#/definitions/NamedReference"},"Correspondent":{"$ref":"#/definitions/NamedReference"},"Created":{"$ref":"#/definitions/ChangeStatusInformation"},"Date":{"type":"string","format":"date-time"},"Description":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"ObjectType":{"$ref":"#/definitions/Types","description":""},"OwnerId":{"type":"string"},"Recurrence":{"type":"integer","format":"int32"},"References":{"items":{"$ref":"#/definitions/NamedReference"},"xml":{"name":"NamedReference","wrapped":true},"type":"array"},"RepositoryId":{"type":"string"},"SendId":{"type":"string"},"Status":{"$ref":"#/definitions/TrackingStatus","description":""},"Transport":{"$ref":"#/definitions/Transport","description":""}},"xml":{"name":"TrackingMessage"},"type":"object"},"TrackingStatus":{"description":"Status of tracking message.\r\nAdmitted values: Unknown=0; Aborted=1; Timeout=2; UndeliverableToCarrier=3; DeliveringToCarrier=4; DeliveredToCarrier=5; NotAccepted=6; AcceptedNoTracking=7; Accepted=8; Traveling=9; Arrived=10; Refused=11; Pickup=12; UndeliverableToRecipient=13; DeliveredToRecipient=14; AcceptedByRecipient=15; InadmissibleByRecipient=17; ProcessingCanceledByRecipient=18; PreProcessingByRecipient=19; PreProcessedByRecipient=20; ProcessingByRecipient=25; ProcessedByRecipient=26; ","type":"int","enum":["Unknown","Aborted","Timeout","UndeliverableToCarrier","DeliveringToCarrier","DeliveredToCarrier","NotAccepted","AcceptedNoTracking","Accepted","Traveling","Arrived","Refused","Pickup","UndeliverableToRecipient","DeliveredToRecipient","AcceptedByRecipient","InadmissibleByRecipient","ProcessingCanceledByRecipient","PreProcessingByRecipient","PreProcessedByRecipient","ProcessingByRecipient","ProcessedByRecipient"]},"Transport":{"description":"Defines the transport in data sending process.\r\nAdmitted values: Unknown=0; PEC=1; Email=2; Mail=3; MailWithReceipt=4; Telegram=5; MailingService=6; CourierService=7; MessagingService=8; MessagingApp=9; TransactionalEmail=11; Undefined=100; ","type":"int","enum":["Unknown","PEC","Email","Mail","MailWithReceipt","Telegram","MailingService","CourierService","MessagingService","MessagingApp","TransactionalEmail","Undefined"]},"Types":{"description":"Jamio openwork types.\r\nAdmitted values: Undefined=0; Integer=1; Date=2; Time=3; Datetime=4; Boolean=5; Float=6; String=7; Memo=8; XML=9; Binary=11; Decimal=12; Action=13; TimeSpan=14; Enum=15; AnyType=16; Hash=17; HashType=18; DateTimeOffset=19; Stream=20; Survey=21; ReferenceList=22; Session=100; CustomType=101; Catalog=102; Repository=103; OrganizationInfo=104; OrganizationVersionInfo=105; Organization=106; OrganizationStatus=107; OrganizationalBlock=108; OrganizationalUnit=109; OrganizationalPosition=111; OrganizationalAssignment=113; OrganizationalChart=114; Identity=115; AccountCriteria=117; PasswordCriteria=118; GroupVisibilities=120; Group=121; DynamicCondition=122; Acl=123; Ace=124; Dataset=125; CustomTypeModel=126; Layout=128; Reference=130; OrganizationalNode=132; Data=133; Types=140; Account=142; File=143; CatalogModel=144; Extension=145; Status=146; Permissions=148; Model=149; ModelVersion=150; ExtendedReference=151; AclScenario=152; AclModel=153; Notification=157; Preference=158; Attachment=159; Array=160; CatalogItem=161; Tenant=162; Solution=163; ResourceSheet=165; ResourceFile=167; Setup=170; AttachmentInfo=171; FileTypes=172; AttachmentInfoList=173; DeletedResource=174; AttachmentOperations=175; External=200; Library=201; Form=203; Report=205; DomainConfiguration=206; SharedObject=207; ModuleDefinition=208; DomainModuleSettings=209; DBConnection=210; DBConnectionMSAccess=211; DBConnectionMSSQL=212; DBConnectionMySQL=213; DBConnectionOracle=214; CacheConnection=220; CacheConnectionMemory=221; CacheConnectionRedis=222; CacheConnectionMemcache=223; QueueConnection=230; QueueConnectionRabbitMQ=231; StorageConnection=235; StorageConnectionFileSystem=236; StorageConnectionAzureBlob=237; StorageConnections=238; StorageConnectionS3=239; GroupRepository=301; ReportRepository=302; IdentityRepository=304; FileRepository=305; OrganizationRepository=307; RecordRepository=308; DomainRepository=309; DataRepository=310; DocumentRepository=311; ClassificationRepository=312; ModelRepository=314; EventRepository=315; ServiceRepository=317; ScheduleRepository=318; CepModel=450; ExternalAssemblyImport=454; CepDBConfiguration=455; CepRepositoryResource=456; CodeLibrary=457; BinaryLibrary=458; CepInstanceRepository=459; CepInstance=460; Aggregation=500; Record=501; Document=502; FileComponent=503; DocumentComponent=504; UnmanagedComponent=505; ComponentBase=506; VolumePeriodIntervals=507; Tag=508; DisposalActions=509; VersionChangeType=510; AggregationContentTypes=511; ClassificationModel=520; Class=521; DisposalSchedule=522; DisposalHold=523; ClassificationPlan=524; RetentionTriggers=525; RetentionPeriodIntervals=526; RetentionPeriodOffsets=527; ConfirmationPeriodIntervals=528; ProcessModel=550; ProcessRepository=552; Error=553; ProcessContext=555; ActivityContext=556; Fault=559; HumanTaskContext=563; EventContext=566; CallActivityContext=569; ProcessInstance=570; Activity=571; ArchivedProcessInstance=572; FilterVariable=573; SearchParametersVariable=574; ProcessDeadline=575; Escalation=576; Outcome=577; BoundaryEventContext=578; ServiceTaskContext=579; ActualOwner=580; Deadline=581; FilterBase=582; ActionTypeList=583; ActualOwnerList=584; DeadlineList=585; EscalationList=586; OutcomeList=587; CatalogContext=588; CustomEvent=600; CacheItemTimeoutEvent=602; ModelEvent=603; GroupEvent=604; DomainEvent=605; RepositoryEvent=606; PasswordCriteriaEvent=607; AccountEvent=608; AccountCriteriaEvent=609; DisposalScheduleEvent=610; DisposalHoldEvent=611; ClassificationPlanEvent=612; ExtensionEvent=613; SessionEvent=618; LoginErrorEvent=619; RenameResourceEvent=620; IdentityEvent=621; DataEvent=622; RecordEvent=623; ComponentEvent=624; DocumentEvent=625; AggregationEvent=626; ClassEvent=627; OrganizationalUnitEvent=628; OrganizationalBlockEvent=630; OrganizationalPositionEvent=631; OrganizationEvent=632; HumanTaskEvent=633; OrganizationalAssignmentEvent=634; OrganizationStructureEvent=635; EventEnvelope=636; SubscriptionRequest=637; EventAdapterInfo=638; DeleteResourceEvent=639; UserContextMapping=680; EventAdapterTypes=681; EscalationHumanTaskEvent=682; ProcessEvent=683; DelegateDocumentEvent=684; DocumentReferenceEvent=685; SendingEvent=686; SendingPathTimeoutEvent=687; SendingPathEvent=688; TrackingEvent=689; PlugEvent=690; PlugConfigurationEvent=691; PlugOperationConfigurationEvent=692; CredentialsEvent=693; JobEvent=694; CatalogEvent=695; HumanTaskRepository=700; HumanTask=701; HumanTaskAdmin=702; TaskType=703; HumanTaskStatus=704; HumanTaskPriority=705; DocumentProcessingRepository=710; DocumentProcessing=711; DocumentProcessingTemplate=712; ConverterSettings=713; PaperSize=714; Orientation=715; ServiceInvocation=720; Schedule=730; ScheduleTypes=731; ScheduleStatusTypes=732; MergeFileInfo=751; SectionStart=752; ImportFormatMode=753; HeaderFooterOption=754; PageNumOption=755; MergerSettingsPdf=756; MergerSettingsPowerPoint=757; MergerSettingsWord=758; PageRangeStampSettings=759; PageValueStampSettings=760; SpecificPageValueStampSettings=761; TextStampSettings=762; TextStampFontStyles=763; ImageStampSettings=764; BarcodeSettings=765; BarcodeTypes=766; BorderType=767; CodeTextAlignment=768; CodeTextLocation=769; QRErrorLevel=770; BarcodeFont=771; BarcodeFontStyle=772; PdfSubtypes=773; PageStampSettings=774; NullableQRErrorLevel=775; ExportOptions=776; CsvExportOptions=777; CorrespondentInfo=800; SendingPath=801; TrackingMessage=802; SendingStatus=803; TrackingStatus=804; Transport=805; SendingDirection=806; SendingPathList=807; RestRequest=900; RestResponse=901; DatasetConversionOptions=902; CsvToListConversionOptions=903; RestRequestFormat=904; RestResponseFormat=905; MultipartElement=906; PlugConfiguration=1000; PlugOperationConfiguration=1001; Credentials=1002; AuthorizationScheme=1003; Plug=1004; SignatureSettings=1050; AutoplaceSignatureSettings=1051; AdhocSignatureSettings=1052; JobStatus=1100; ","type":"int","enum":["Undefined","Integer","Date","Time","Datetime","Boolean","Float","String","Memo","XML","Binary","Decimal","Action","TimeSpan","Enum","AnyType","Hash","HashType","DateTimeOffset","Stream","Survey","ReferenceList","Session","CustomType","Catalog","Repository","OrganizationInfo","OrganizationVersionInfo","Organization","OrganizationStatus","OrganizationalBlock","OrganizationalUnit","OrganizationalPosition","OrganizationalAssignment","OrganizationalChart","Identity","AccountCriteria","PasswordCriteria","GroupVisibilities","Group","DynamicCondition","Acl","Ace","Dataset","CustomTypeModel","Layout","Reference","OrganizationalNode","Data","Types","Account","File","CatalogModel","Extension","Status","Permissions","Model","ModelVersion","ExtendedReference","AclScenario","AclModel","Notification","Preference","Attachment","Array","CatalogItem","Tenant","Solution","ResourceSheet","ResourceFile","Setup","AttachmentInfo","FileTypes","AttachmentInfoList","DeletedResource","AttachmentOperations","External","Library","Form","Report","DomainConfiguration","SharedObject","ModuleDefinition","DomainModuleSettings","DBConnection","DBConnectionMSAccess","DBConnectionMSSQL","DBConnectionMySQL","DBConnectionOracle","CacheConnection","CacheConnectionMemory","CacheConnectionRedis","CacheConnectionMemcache","QueueConnection","QueueConnectionRabbitMQ","StorageConnection","StorageConnectionFileSystem","StorageConnectionAzureBlob","StorageConnections","StorageConnectionS3","GroupRepository","ReportRepository","IdentityRepository","FileRepository","OrganizationRepository","RecordRepository","DomainRepository","DataRepository","DocumentRepository","ClassificationRepository","ModelRepository","EventRepository","ServiceRepository","ScheduleRepository","CepModel","ExternalAssemblyImport","CepDBConfiguration","CepRepositoryResource","CodeLibrary","BinaryLibrary","CepInstanceRepository","CepInstance","Aggregation","Record","Document","FileComponent","DocumentComponent","UnmanagedComponent","ComponentBase","VolumePeriodIntervals","Tag","DisposalActions","VersionChangeType","AggregationContentTypes","ClassificationModel","Class","DisposalSchedule","DisposalHold","ClassificationPlan","RetentionTriggers","RetentionPeriodIntervals","RetentionPeriodOffsets","ConfirmationPeriodIntervals","ProcessModel","ProcessRepository","Error","ProcessContext","ActivityContext","Fault","HumanTaskContext","EventContext","CallActivityContext","ProcessInstance","Activity","ArchivedProcessInstance","FilterVariable","SearchParametersVariable","ProcessDeadline","Escalation","Outcome","BoundaryEventContext","ServiceTaskContext","ActualOwner","Deadline","FilterBase","ActionTypeList","ActualOwnerList","DeadlineList","EscalationList","OutcomeList","CatalogContext","CustomEvent","CacheItemTimeoutEvent","ModelEvent","GroupEvent","DomainEvent","RepositoryEvent","PasswordCriteriaEvent","AccountEvent","AccountCriteriaEvent","DisposalScheduleEvent","DisposalHoldEvent","ClassificationPlanEvent","ExtensionEvent","SessionEvent","LoginErrorEvent","RenameResourceEvent","IdentityEvent","DataEvent","RecordEvent","ComponentEvent","DocumentEvent","AggregationEvent","ClassEvent","OrganizationalUnitEvent","OrganizationalBlockEvent","OrganizationalPositionEvent","OrganizationEvent","HumanTaskEvent","OrganizationalAssignmentEvent","OrganizationStructureEvent","EventEnvelope","SubscriptionRequest","EventAdapterInfo","DeleteResourceEvent","UserContextMapping","EventAdapterTypes","EscalationHumanTaskEvent","ProcessEvent","DelegateDocumentEvent","DocumentReferenceEvent","SendingEvent","SendingPathTimeoutEvent","SendingPathEvent","TrackingEvent","PlugEvent","PlugConfigurationEvent","PlugOperationConfigurationEvent","CredentialsEvent","JobEvent","CatalogEvent","HumanTaskRepository","HumanTask","HumanTaskAdmin","TaskType","HumanTaskStatus","HumanTaskPriority","DocumentProcessingRepository","DocumentProcessing","DocumentProcessingTemplate","ConverterSettings","PaperSize","Orientation","ServiceInvocation","Schedule","ScheduleTypes","ScheduleStatusTypes","MergeFileInfo","SectionStart","ImportFormatMode","HeaderFooterOption","PageNumOption","MergerSettingsPdf","MergerSettingsPowerPoint","MergerSettingsWord","PageRangeStampSettings","PageValueStampSettings","SpecificPageValueStampSettings","TextStampSettings","TextStampFontStyles","ImageStampSettings","BarcodeSettings","BarcodeTypes","BorderType","CodeTextAlignment","CodeTextLocation","QRErrorLevel","BarcodeFont","BarcodeFontStyle","PdfSubtypes","PageStampSettings","NullableQRErrorLevel","ExportOptions","CsvExportOptions","CorrespondentInfo","SendingPath","TrackingMessage","SendingStatus","TrackingStatus","Transport","SendingDirection","SendingPathList","RestRequest","RestResponse","DatasetConversionOptions","CsvToListConversionOptions","RestRequestFormat","RestResponseFormat","MultipartElement","PlugConfiguration","PlugOperationConfiguration","Credentials","AuthorizationScheme","Plug","SignatureSettings","AutoplaceSignatureSettings","AdhocSignatureSettings","JobStatus"]},"UnmanagedComponent":{"description":"Defines a Jamio openwork resource of type UnmanagedComponent.","allOf":[{"$ref":"#/definitions/ComponentBase","required":["ComponentBase"]}],"properties":{"Reference":{"$ref":"#/definitions/NamedReference","description":"Reference to a generic resource."}},"xml":{"name":"UnmanagedComponent"},"type":"object"},"VersionChangeType":{"description":"Version change types for documents\r\nAdmitted values: NoChange=0; MinorVersion=1; MajorVersion=2; ","type":"int","enum":["NoChange","MinorVersion","MajorVersion"]},"VolumePeriodIntervals":{"description":"\r\nAdmitted values: Undefined=0; NoVolumePeriod=1; Days=2; Weeks=3; Months=4; Years=5; ","type":"int","enum":["Undefined","NoVolumePeriod","Days","Weeks","Months","Years"]}},"tags":[{"name":"Data","description":"Access to Data resources."},{"name":"Document","description":"Access to Document resources."},{"name":"Event","description":"Access to Event resources."},{"name":"HumanTask","description":"Access to HumanTask resources."},{"name":"Identity","description":"Access to Identity, Account, AccountCriteria and PasswordCriteria resources."},{"name":"Organization","description":"Access to Organization, OrganizationalPosition, OrganizationalUnit, OrganizationalBlock and OrganizationalAssignment resources."},{"name":"Process","description":"Access to Process resources."},{"name":"Session","description":"Access to Session resources."}]}