CollectionObject Service
Include Page |
---|
| collectionspace:Service Meta Table Style Page |
---|
| collectionspace:Service Meta Table Style Page |
---|
|
Note |
---|
|
This is a draft page, exploring the structure and layout of the service description. There is a fair amount of cruft from a copy of a template used by KSS, so do not take the details here too seriously at this point. |
Wiki Markup |
{table:id=serviceMetaTable}
{tr}
{th:class=h}Name
{th}
{td:id=serviceName|colspan=2}CollectionObject
{td}
{tr}
{tr}
{th:class=h}Version
{th}
{td:id=serviceVersion}Dev
{td}
{td:id=serviceVersionHistory}[Release Notes/History|CollectionObject Service Release Notes#current]
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| CollectionObject |
|
|
...
CollectionObject Service Description and Assumptions
CollectionObject Service Entity Diagram - diagram which matches understandings/concepts described through the service switch to versioned link when publishing
CollectionObject Service Stack
Operations
Include Page |
---|
| collectionspace:Method Table Style Page |
---|
| collectionspace:Method Table Style Page |
---|
|
Include Page |
---|
| ServiceOperationStart |
---|
| ServiceOperationStart |
---|
|
Setup
Anchor |
---|
| getObjectTypes |
---|
| getObjectTypes |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getObjectTypes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of object type identifiers known by this service. Example: fooInfo.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}None
{td}
{td:class=methodParamName}None
{td}
{td:class=methodParamDesc}No parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[objectTypeKeyList|objectTypeKeyList Structure]
{td}
{td:class=methodReturnDesc}list of object type identifiers
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Errors
{th}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getObjectTypes |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of object type identifiers known by this service. Example: fooInfo. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| No parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of object type identifiers |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getObjectStructure |
---|
| getObjectStructure |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getObjectStructure
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the basic dictionary information about a particular object structure. Including all variations based on a certain type and state. Example: Given that a CLU is of type "Course" and in the state of "Proposed," tell which fields are read only, mandatory, not applicable, have enumerations available, etc.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[objectTypeKey|objectTypeKey Structure]
{td}
{td:class=methodParamName}objectTypeKey
{td}
{td:class=methodParamDesc}identifier of the object type
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[objectStructure|objectStructure Structure]
{td}
{td:class=methodReturnDesc}describes the fields for the input object type
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}specified objectTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid objectTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing objectTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getObjectStructure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the basic dictionary information about a particular object structure. Including all variations based on a certain type and state. Example: Given that a CLU is of type "Course" and in the state of "Proposed," tell which fields are read only, mandatory, not applicable, have enumerations available, etc. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| objectTypeKey |
Table Cell (td) |
---|
| identifier of the object type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| describes the fields for the input object type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| specified objectTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid objectTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing objectTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getEnumeration |
---|
| getEnumeration |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getEnumeration
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of enumeration values for a particular enumeration with a certain context for a particular date. The values returned should be those where the supplied date is between the effective and expiration dates. Certain enumerations may not support this functionality.
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Parameters
{th}
{td:class=methodParamType}[enumerationKey|enumerationKey Structure]
{td}
{td:class=methodParamName}enumerationKey
{td}
{td:class=methodParamDesc}identifier of the enumeration
{td}
{tr}
{tr}
{td:class=methodParamType}[enumContextKey|enumContextKey Structure]
{td}
{td:class=methodParamName}contextType
{td}
{td:class=methodParamDesc}identifier of the enumeration context type
{td}
{tr}
{tr}
{td:class=methodParamType}[string|string Structure]
{td}
{td:class=methodParamName}contextValue
{td}
{td:class=methodParamDesc}value of the enumeration context
{td}
{tr}
{tr}
{td:class=methodParamType}[dateTime|dateTime Structure]
{td}
{td:class=methodParamName}contextDate
{td}
{td:class=methodParamDesc}date and time to get the enumeration for
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[enumeratedValueList|enumeratedValueList Structure]
{td}
{td:class=methodReturnDesc}list of enumerated codes and values
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}enumerationKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid enumerationKey, contextType, contextValue, contextDate
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing enumerationKey, contextType, contextValue, contextDate
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getEnumeration |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of enumeration values for a particular enumeration with a certain context for a particular date. The values returned should be those where the supplied date is between the effective and expiration dates. Certain enumerations may not support this functionality. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| enumerationKey |
Table Cell (td) |
---|
| identifier of the enumeration |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| contextType |
Table Cell (td) |
---|
| identifier of the enumeration context type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| contextValue |
Table Cell (td) |
---|
| value of the enumeration context |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| contextDate |
Table Cell (td) |
---|
| date and time to get the enumeration for |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of enumerated codes and values |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| enumerationKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid enumerationKey, contextType, contextValue, contextDate |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing enumerationKey, contextType, contextValue, contextDate |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getSearchTypes |
---|
| getSearchTypes |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getSearchTypes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of search types known by this service.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}None
{td}
{td:class=methodParamName}None
{td}
{td:class=methodParamDesc}No Parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[searchTypeInfoList|searchTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of search type information
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Errors
{th}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getSearchTypes |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of search types known by this service. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| No Parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of search type information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getSearchType |
---|
| getSearchType |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getSearchType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves information about a particular search type.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[searchTypeKey|searchTypeKey Structure]
{td}
{td:class=methodParamName}searchTypeKey
{td}
{td:class=methodParamDesc}identifier of the search type
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[searchTypeInfo|searchTypeInfo Structure]
{td}
{td:class=methodReturnDesc}information on the search type
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}specified searchTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid searchTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}searchTypeKey not specified
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getSearchType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves information about a particular search type. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| searchTypeKey |
Table Cell (td) |
---|
| identifier of the search type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information on the search type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| specified searchTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid searchTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| searchTypeKey not specified |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getSearchTypesByResult |
---|
| getSearchTypesByResult |
---|
|
Wiki Markup |
---|
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getSearchTypesByResult
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of search types which return results in the specified format.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[searchResultTypeKey|searchResultTypeKey Structure]
{td}
{td:class=methodParamName}searchResultTypeKey
{td}
{td:class=methodParamDesc}identifier of the search result type
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[searchTypeInfoList|searchTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of search type information
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}specified searchResultTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid searchResultTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}searchResultTypeKey not specified
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} |
...
HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getSearchTypesByResult |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of search types which return results in the specified format. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| searchResultTypeKey |
Table Cell (td) |
---|
| identifier of the search result type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of search type information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| specified searchResultTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid searchResultTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| searchResultTypeKey not specified |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getSearchTypesByCriteria |
---|
| getSearchTypesByCriteria |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getSearchTypesByCriteria
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of search types which use criteria in the specified format.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[searchCriteriaTypeKey|searchCriteriaTypeKey Structure]
{td}
{td:class=methodParamName}searchCriteriaTypeKey
{td}
{td:class=methodParamDesc}identifier of the search criteria
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[searchTypeInfoList|searchTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of search type information
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}specified searchCriteriaTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid searchCriteriaTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}searchCriteriaTypeKey not specified
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getSearchTypesByCriteria |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of search types which use criteria in the specified format. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| searchCriteriaTypeKey |
Table Cell (td) |
---|
| identifier of the search criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of search type information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| specified searchCriteriaTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid searchCriteriaTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| searchCriteriaTypeKey not specified |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getSearchResultTypes |
---|
| getSearchResultTypes |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getSearchResultTypes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of search result types known by this service. Search result types describe the return structure for a search.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}None
{td}
{td:class=methodParamName}None
{td}
{td:class=methodParamDesc}No Parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[searchResultTypeInfoList|searchResultTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of search result type information
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Errors
{th}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getSearchResultTypes |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of search result types known by this service. Search result types describe the return structure for a search. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| No Parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of search result type information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getSearchResultType |
---|
| getSearchResultType |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getSearchResultType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves information about a particular search result type. Search result types describe the return structure for a search.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[searchResultTypeKey|searchResultTypeKey Structure]
{td}
{td:class=methodParamName}searchResultTypeKey
{td}
{td:class=methodParamDesc}identifier of the search result type
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[searchResultTypeInfo|searchResultTypeInfo Structure]
{td}
{td:class=methodReturnDesc}information on the search result type
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}specified searchResultTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid searchResultTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}searchResultTypeKey not specified
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getSearchResultType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves information about a particular search result type. Search result types describe the return structure for a search. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| searchResultTypeKey |
Table Cell (td) |
---|
| identifier of the search result type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information on the search result type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| specified searchResultTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid searchResultTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| searchResultTypeKey not specified |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getSearchCriteriaTypes |
---|
| getSearchCriteriaTypes |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getSearchCriteriaTypes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of search criteria types known by this service.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}None
{td}
{td:class=methodParamName}None
{td}
{td:class=methodParamDesc}No parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[searchCriteriaTypeInfoList|searchCriteriaTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of search criteria type information
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Errors
{th}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getSearchCriteriaTypes |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of search criteria types known by this service. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| No parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of search criteria type information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getSearchCriteriaType |
---|
| getSearchCriteriaType |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getSearchCriteriaType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves information about a particular search criteria type.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[searchCriteriaTypeKey|searchCriteriaTypeKey Structure]
{td}
{td:class=methodParamName}searchCriteriaTypeKey
{td}
{td:class=methodParamDesc}identifier of the search criteria type
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[searchCriteriaTypeInfo|searchCriteriaTypeInfo Structure]
{td}
{td:class=methodReturnDesc}information on the search criteria type
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}specified searchCriteriaTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid searchCriteriaTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}searchCriteriaTypeKey not specified
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getSearchCriteriaType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves information about a particular search criteria type. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| searchCriteriaTypeKey |
Table Cell (td) |
---|
| identifier of the search criteria type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information on the search criteria type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| specified searchCriteriaTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid searchCriteriaTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| searchCriteriaTypeKey not specified |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgHierarchies |
---|
| getOrgHierarchies |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgHierarchies
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of organization hierarchies known by this service.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}None
{td}
{td:class=methodParamName}None
{td}
{td:class=methodParamDesc}No parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgHierarchyInfoList|orgHierarchyInfoList Structure]
{td}
{td:class=methodReturnDesc}list of organization hierarchies
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Errors
{th}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgHierarchies |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of organization hierarchies known by this service. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| No parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of organization hierarchies |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgHierarchy |
---|
| getOrgHierarchy |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgHierarchy
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves information about a specific organization hierarchy.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgHierarchyKey|orgHierarchyKey Structure]
{td}
{td:class=methodParamName}orgHierarchyKey
{td}
{td:class=methodParamDesc}organization hierarchy identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgHierarchyInfo|orgHierarchyInfo Structure]
{td}
{td:class=methodReturnDesc}information about the specified organization hierarchy
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgHierarchy not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgHierarchyKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgHierarchyKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgHierarchy |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves information about a specific organization hierarchy. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgHierarchyKey |
Table Cell (td) |
---|
| organization hierarchy identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information about the specified organization hierarchy |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgHierarchy not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgHierarchyKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgHierarchyKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgTypes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of types of organizations known by this service.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}None
{td}
{td:class=methodParamName}None
{td}
{td:class=methodParamDesc}No parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgTypeInfoList|orgTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}List of organization types
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Errors
{th}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgTypes |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of types of organizations known by this service. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| No parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| List of organization types |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves information about the specified type of organization.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgTypeKey|orgTypeKey Structure]
{td}
{td:class=methodParamName}orgTypeKey
{td}
{td:class=methodParamDesc}organization type identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgTypeInfo|orgTypeInfo Structure]
{td}
{td:class=methodReturnDesc}organization type
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgType not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves information about the specified type of organization. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgTypeKey |
Table Cell (td) |
---|
| organization type identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodReturnType |
---|
| orgTypeInfo |
Table Cell (td) |
---|
| organization type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgType not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgOrgRelationTypes |
---|
| getOrgOrgRelationTypes |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgOrgRelationTypes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of all types of relationships between organizations known to the service.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}None
{td}
{td:class=methodParamName}None
{td}
{td:class=methodParamDesc}No parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationTypeInfoList|orgOrgRelationTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of organization to organization relationship types
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Errors
{th}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgOrgRelationTypes |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of all types of relationships between organizations known to the service. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| No parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of organization to organization relationship types |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgOrgRelationType |
---|
| getOrgOrgRelationType |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgOrgRelationType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves information about the specified type of relationship between organizations.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgOrgRelationTypeKey|orgOrgRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgOrgRelationTypeKey
{td}
{td:class=methodParamDesc}organization organization relationship type identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationTypeInfo|orgOrgRelationTypeInfo Structure]
{td}
{td:class=methodReturnDesc}organization organization relationship type information
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgOrgRelationType not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgOrgRelationTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgOrgRelationTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgOrgRelationType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves information about the specified type of relationship between organizations. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgOrgRelationTypeKey |
Table Cell (td) |
---|
| organization organization relationship type identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| organization organization relationship type information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgOrgRelationType not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgOrgRelationTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgOrgRelationTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgOrgRelationTypesForOrgType |
---|
| getOrgOrgRelationTypesForOrgType |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgOrgRelationTypesForOrgType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the types of relationships between organizations that are allowed for a particular type of organization.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgTypeKey|orgTypeKey Structure]
{td}
{td:class=methodParamName}orgTypeKey
{td}
{td:class=methodParamDesc}organization type identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationTypeInfoList|orgOrgRelationTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of relationship types between organizations for the specified organization type
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgType not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgOrgRelationTypesForOrgType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the types of relationships between organizations that are allowed for a particular type of organization. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgTypeKey |
Table Cell (td) |
---|
| organization type identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of relationship types between organizations for the specified organization type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgType not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgOrgRelationTypesForOrgHierarchy |
---|
| getOrgOrgRelationTypesForOrgHierarchy |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgOrgRelationTypesForOrgHierarchy
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the types of relationships between organizations that are allowed for a particular organization hierarchy.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgHierarchyKey|orgHierarchyKey Structure]
{td}
{td:class=methodParamName}orgHierarchyKey
{td}
{td:class=methodParamDesc}organization hierarchy identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationTypeInfoList|orgOrgRelationTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of relationship types between organizations
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgHierarchy not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgHierarchyKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgHierarchyKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgOrgRelationTypesForOrgHierarchy |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the types of relationships between organizations that are allowed for a particular organization hierarchy. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgHierarchyKey |
Table Cell (td) |
---|
| organization hierarchy identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of relationship types between organizations |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgHierarchy not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgHierarchyKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgHierarchyKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgPersonRelationTypes |
---|
| getOrgPersonRelationTypes |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgPersonRelationTypes
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves all types of relationships between an organization and a person known by this service.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}None
{td}
{td:class=methodParamName}None
{td}
{td:class=methodParamDesc}No parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationTypeInfoList|orgPersonRelationTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of all organization person relationship types
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Errors
{th}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgPersonRelationTypes |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves all types of relationships between an organization and a person known by this service. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| No parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of all organization person relationship types |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgPersonRelationType |
---|
| getOrgPersonRelationType |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgPersonRelationType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves information about a type of relationship between an organization and a person.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgPersonRelationTypeKey|orgPersonRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgPersonRelationTypeKey
{td}
{td:class=methodParamDesc}organization person relationship type identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationTypeInfo|orgPersonRelationTypeInfo Structure]
{td}
{td:class=methodReturnDesc}organization person relationship type information
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgType not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgPersonRelationType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves information about a type of relationship between an organization and a person. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgPersonRelationTypeKey |
Table Cell (td) |
---|
| organization person relationship type identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| organization person relationship type information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgType not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgPersonRelationTypesForOrgType |
---|
| getOrgPersonRelationTypesForOrgType |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgPersonRelationTypesForOrgType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the types of relationships between an organization and a person that are allowed for a particular organization type.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgTypeKey|orgTypeKey Structure]
{td}
{td:class=methodParamName}orgTypeKey
{td}
{td:class=methodParamDesc}organization type identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationTypeInfoList|orgPersonRelationTypeInfoList Structure]
{td}
{td:class=methodReturnDesc}list of organization person relationship types that are valid for the supplied organization type (may have nothing)
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgType not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgPersonRelationTypesForOrgType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the types of relationships between an organization and a person that are allowed for a particular organization type. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgTypeKey |
Table Cell (td) |
---|
| organization type identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of organization person relationship types that are valid for the supplied organization type (may have nothing) |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgType not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Read
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}validateOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Validates an organization. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the organization (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the organization can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[validationTypeKey|validationTypeKey Structure]
{td}
{td:class=methodParamName}validationType
{td}
{td:class=methodParamDesc}identifier of the extent of validation
{td}
{tr}
{tr}
{td:class=methodParamType}[orgInfo|orgInfo Structure]
{td}
{td:class=methodParamName}orgInfo
{td}
{td:class=methodParamDesc}organization information to be tested.
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[validationResultList|validationResultList Structure]
{td}
{td:class=methodReturnDesc}results from performing the validation
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}validationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid validationTypeKey, orgInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing validationTypeKey, orgInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| validateOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Validates an organization. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the organization (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the organization can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| validationType |
Table Cell (td) |
---|
| identifier of the extent of validation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| organization information to be tested. |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| results from performing the validation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| validationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid validationTypeKey, orgInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing validationTypeKey, orgInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| validateOrgOrgRelation |
---|
| validateOrgOrgRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}validateOrgOrgRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Validates an organization to organization relationship. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the organization organization relationship (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the organization organization relationship can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[validationTypeKey|validationTypeKey Structure]
{td}
{td:class=methodParamName}validationType
{td}
{td:class=methodParamDesc}identifier of the extent of validation
{td}
{tr}
{tr}
{td:class=methodParamType}[orgOrgRelationInfo|orgOrgRelationInfo Structure]
{td}
{td:class=methodParamName}orgOrgRelationInfo
{td}
{td:class=methodParamDesc}organization organization relationship information to be tested.
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[validationResultList|validationResultList Structure]
{td}
{td:class=methodReturnDesc}results from performing the validation
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}validationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid validationTypeKey, orgOrgRelationInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing validationTypeKey, orgOrgRelationInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| validateOrgOrgRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Validates an organization to organization relationship. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the organization organization relationship (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the organization organization relationship can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| validationType |
Table Cell (td) |
---|
| identifier of the extent of validation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgOrgRelationInfo |
Table Cell (td) |
---|
| organization organization relationship information to be tested. |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| results from performing the validation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| validationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid validationTypeKey, orgOrgRelationInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing validationTypeKey, orgOrgRelationInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| validateOrgPersonRelation |
---|
| validateOrgPersonRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}validateOrgPersonRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Validates a organization to person relationship. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the organization person relationship (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the organization person relationship can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[validationTypeKey|validationTypeKey Structure]
{td}
{td:class=methodParamName}validationType
{td}
{td:class=methodParamDesc}identifier of the extent of validation
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationInfo|orgPersonRelationInfo Structure]
{td}
{td:class=methodParamName}orgPersonRelationInfo
{td}
{td:class=methodParamDesc}organization person relationship information to be tested.
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[validationResultList|validationResultList Structure]
{td}
{td:class=methodReturnDesc}results from performing the validation
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}validationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid validationTypeKey, orgPersonRelationInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing validationTypeKey, orgPersonRelationInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| validateOrgPersonRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Validates a organization to person relationship. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the organization person relationship (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the organization person relationship can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| validationType |
Table Cell (td) |
---|
| identifier of the extent of validation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationInfo |
Table Cell (td) |
---|
| organization person relationship information to be tested. |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| results from performing the validation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| validationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid validationTypeKey, orgPersonRelationInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing validationTypeKey, orgPersonRelationInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| validateOrgPositionRestriction |
---|
| validateOrgPositionRestriction |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}validateOrgPositionRestriction
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Validates an organization position restriction. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the position restriction (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the position restriction can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[validationTypeKey|validationTypeKey Structure]
{td}
{td:class=methodParamName}validationType
{td}
{td:class=methodParamDesc}identifier of the extent of validation
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPositionRestrictionInfo|orgPositionRestrictionInfo Structure]
{td}
{td:class=methodParamName}orgPositionRestrictionInfo
{td}
{td:class=methodParamDesc}organization position restriction information to be tested.
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[validationResultList|validationResultList Structure]
{td}
{td:class=methodReturnDesc}results from performing the validation
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}validationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid validationTypeKey, orgPositionRestrictionInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing validationTypeKey, orgPositionRestrictionInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| validateOrgPositionRestriction |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Validates an organization position restriction. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the position restriction (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the position restriction can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| validationType |
Table Cell (td) |
---|
| identifier of the extent of validation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPositionRestrictionInfo |
Table Cell (td) |
---|
| organization position restriction information to be tested. |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| results from performing the validation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| validationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid validationTypeKey, orgPositionRestrictionInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing validationTypeKey, orgPositionRestrictionInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrganization |
---|
| getOrganization |
---|
|
Wiki Markup |
---|
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrganization
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves an existing organization by its identifier.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier for org to be retrieved
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgInfo|orgInfo Structure]
{td}
{td:class=methodReturnDesc}details of the organization for this id
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} |
...
HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrganization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves an existing organization by its identifier. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier for org to be retrieved |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodReturnType |
---|
| orgInfo |
Table Cell (td) |
---|
| details of the organization for this id |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrganizationsByIdList |
---|
| getOrganizationsByIdList |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrganizationsByIdList
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves a list of existing organizations from a list of identifiers.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgIdList|orgIdList Structure]
{td}
{td:class=methodParamName}orgIdList
{td}
{td:class=methodParamDesc}identifiers for orgs to be retrieved
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgInfoList|orgInfoList Structure]
{td}
{td:class=methodReturnDesc}details of the organizations for these ids
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrganizationsByIdList |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves a list of existing organizations from a list of identifiers. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifiers for orgs to be retrieved |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodReturnType |
---|
| orgInfoList |
Table Cell (td) |
---|
| details of the organizations for these ids |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgOrgRelation |
---|
| getOrgOrgRelation |
---|
|
Wiki Markup |
---|
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgOrgRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves an existing organization to organization relationship by the relationship identifier
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgOrgRelationId|orgOrgRelationId Structure]
{td}
{td:class=methodParamName}orgOrgRelationId
{td}
{td:class=methodParamDesc}identifier for org to org relation to be retrieved
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationInfo|orgOrgRelationInfo Structure]
{td}
{td:class=methodReturnDesc}details of the orgOrgRelation for this id
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgOrgRelationId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgOrgRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgOrgRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} |
...
HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgOrgRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves an existing organization to organization relationship by the relationship identifier |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgOrgRelationId |
Table Cell (td) |
---|
| identifier for org to org relation to be retrieved |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| details of the orgOrgRelation for this id |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgOrgRelationId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgOrgRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| invalid orgOrgRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgOrgRelationsByIdList |
---|
| getOrgOrgRelationsByIdList |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgOrgRelationsByIdList
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves a list of existing organization to organization relationships from a list of identifiers
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgOrgRelationIdList|orgOrgRelationIdList Structure]
{td}
{td:class=methodParamName}orgOrgRelationIdList
{td}
{td:class=methodParamDesc}identifiers for org org relations to be retrieved
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationInfoList|orgOrgRelationInfoList Structure]
{td}
{td:class=methodReturnDesc}details of the organizations for these ids
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgOrgRelationId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgOrgRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgOrgRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgOrgRelationsByIdList |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves a list of existing organization to organization relationships from a list of identifiers |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgOrgRelationIdList |
Table Cell (td) |
---|
| identifiers for org org relations to be retrieved |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| details of the organizations for these ids |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgOrgRelationId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgOrgRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| invalid orgOrgRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgOrgRelationsByOrg |
---|
| getOrgOrgRelationsByOrg |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgOrgRelationsByOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves organization to organization relationships for a particular organization
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}organization identifier for which organization organization relationships are to be found
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationInfoList|orgOrgRelationInfoList Structure]
{td}
{td:class=methodReturnDesc}List of org to org relations found for the supplied organization
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgOrgRelationsByOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves organization to organization relationships for a particular organization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| organization identifier for which organization organization relationships are to be found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| List of org to org relations found for the supplied organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgOrgRelationsByRelatedOrg |
---|
| getOrgOrgRelationsByRelatedOrg |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgOrgRelationsByRelatedOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves organization to organization relationships that have been made TO a particular organization. Opposite direction from [#getOrgOrgRelationsByOrg].
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}relatedOrgId
{td}
{td:class=methodParamDesc}organization identifier for which the reverse organization organization relationships are to be found
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationInfoList|orgOrgRelationInfoList Structure]
{td}
{td:class=methodReturnDesc}List of organization organization relationships found for the supplied organization
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgOrgRelationsByRelatedOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves organization to organization relationships that have been made TO a particular organization. Opposite direction from #getOrgOrgRelationsByOrg. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| relatedOrgId |
Table Cell (td) |
---|
| organization identifier for which the reverse organization organization relationships are to be found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| List of organization organization relationships found for the supplied organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| hasOrgOrgRelation |
---|
| hasOrgOrgRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}hasOrgOrgRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Tests if a org has a current relationship with a specified organization.
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier of the organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}comparisonOrgId
{td}
{td:class=methodParamDesc}identifier of the organization to be compared to
{td}
{tr}
{tr}
{td:class=methodParamType}[orgOrgRelationTypeKey|orgOrgRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgOrgRelationTypeKey
{td}
{td:class=methodParamDesc}type of relationship between the organizations
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[boolean|boolean Structure]
{td}
{td:class=methodReturnDesc}true if a relationship exists
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, comparisonOrgId, orgOrgRelationType
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, comparisonOrgId, orgOrgRelationType
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| hasOrgOrgRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Tests if a org has a current relationship with a specified organization. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier of the organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| comparisonOrgId |
Table Cell (td) |
---|
| identifier of the organization to be compared to |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgOrgRelationTypeKey |
Table Cell (td) |
---|
| type of relationship between the organizations |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| true if a relationship exists |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, comparisonOrgId, orgOrgRelationType |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, comparisonOrgId, orgOrgRelationType |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}isDescendant
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Tests if a specified organization is a descendant of the other specified organization in the given organization hierarchy.
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier of the "ancestor" organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}descendantOrgId
{td}
{td:class=methodParamDesc}identifier of the organization to be checked if it is a descendant
{td}
{tr}
{tr}
{td:class=methodParamType}[orgHierarchyKey|orgHierarchyKey Structure]
{td}
{td:class=methodParamName}orgHierarchy
{td}
{td:class=methodParamDesc}identifier of the organization hierarchy to be checked against
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[boolean|boolean Structure]
{td}
{td:class=methodReturnDesc}True if the organization is a descendant of the other organization in that hierarchy
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, descendantOrgId, orgHierarchy
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, descendantOrgId, orgHierarchy
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3} If additional hierarchies are added to this service (ex. around "positions"), we may need to add additional semantics to this operation to distinguish which hierarchy is being referred to.
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| isDescendant |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Tests if a specified organization is a descendant of the other specified organization in the given organization hierarchy. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier of the "ancestor" organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| descendantOrgId |
Table Cell (td) |
---|
| identifier of the organization to be checked if it is a descendant |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgHierarchy |
Table Cell (td) |
---|
| identifier of the organization hierarchy to be checked against |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| True if the organization is a descendant of the other organization in that hierarchy |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, descendantOrgId, orgHierarchy |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, descendantOrgId, orgHierarchy |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| If additional hierarchies are added to this service (ex. around "positions"), we may need to add additional semantics to this operation to distinguish which hierarchy is being referred to. |
|
|
Back to Operations
Anchor |
---|
| getAllDescendants |
---|
| getAllDescendants |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getAllDescendants
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of identifiers for the "descendant" organizations of the specified organization in the given organization hierarchy. Information about the distance from the original organization is not passed in this call, so this can be seen as a flattened and de-duplicated representation.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier of the "ancestor" organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgHierarchyKey|orgHierarchyKey Structure]
{td}
{td:class=methodParamName}orgHierarchy
{td}
{td:class=methodParamDesc}identifier of the organization hierarchy to be checked against
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgIdList|orgIdList Structure]
{td}
{td:class=methodReturnDesc}list of identifiers for the "descendant" organizations for the specified organization
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, orgHierarchy
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, orgHierarchy
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3} If additional hierarchies are added to this service (ex. around "positions"), we may need to add additional semantics to this operation to distinguish which hierarchy is being referred to.
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getAllDescendants |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of identifiers for the "descendant" organizations of the specified organization in the given organization hierarchy. Information about the distance from the original organization is not passed in this call, so this can be seen as a flattened and de-duplicated representation. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier of the "ancestor" organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgHierarchy |
Table Cell (td) |
---|
| identifier of the organization hierarchy to be checked against |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodReturnType |
---|
| orgIdList |
Table Cell (td) |
---|
| list of identifiers for the "descendant" organizations for the specified organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, orgHierarchy |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, orgHierarchy |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| If additional hierarchies are added to this service (ex. around "positions"), we may need to add additional semantics to this operation to distinguish which hierarchy is being referred to. |
|
|
Back to Operations
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getAncestors
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of identifiers for the "ancestor" organizations of the specified organization in the given organization hierarchy. Information about the distance from the original organization is not passed in this call, so this can be seen as a flattened and de-duplicated representation.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier of the "descendant" organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgHierarchyKey|orgHierarchyKey Structure]
{td}
{td:class=methodParamName}orgHierarchy
{td}
{td:class=methodParamDesc}identifier of the organization hierarchy to be checked against
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgIdList|orgIdList Structure]
{td}
{td:class=methodReturnDesc}list of identifiers for the "ancestor" organizations of the specified organization
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, orgHierarchy
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, orgHierarchy
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3} If additional hierarchies are added to this service (e. around "positions"), we may need to add additional semantics to this operation to distinguish which hierarchy is being referred to.
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getAncestors |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of identifiers for the "ancestor" organizations of the specified organization in the given organization hierarchy. Information about the distance from the original organization is not passed in this call, so this can be seen as a flattened and de-duplicated representation. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier of the "descendant" organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgHierarchy |
Table Cell (td) |
---|
| identifier of the organization hierarchy to be checked against |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodReturnType |
---|
| orgIdList |
Table Cell (td) |
---|
| list of identifiers for the "ancestor" organizations of the specified organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, orgHierarchy |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, orgHierarchy |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| If additional hierarchies are added to this service (e. around "positions"), we may need to add additional semantics to this operation to distinguish which hierarchy is being referred to. |
|
|
Back to Operations
Anchor |
---|
| getOrgPersonRelation |
---|
| getOrgPersonRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgPersonRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves an existing org to person relation by the relation ID
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgPersonRelationId|orgPersonRelationId Structure]
{td}
{td:class=methodParamName}orgPersonRelationId
{td}
{td:class=methodParamDesc}identifier for org to person relation to be retrieved
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationInfo|orgPersonRelationInfo Structure]
{td}
{td:class=methodReturnDesc}details of the orgPersonRelation for this id
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgPersonRelationId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgPersonRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgPersonRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgPersonRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves an existing org to person relation by the relation ID |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgPersonRelationId |
Table Cell (td) |
---|
| identifier for org to person relation to be retrieved |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| details of the orgPersonRelation for this id |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgPersonRelationId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgPersonRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| invalid orgPersonRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgPersonRelationsByIdList |
---|
| getOrgPersonRelationsByIdList |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgPersonRelationsByIdList
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves a list of existing organization to person relations from a list of org person relation IDs
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgPersonRelationIdList|orgPersonRelationIdList Structure]
{td}
{td:class=methodParamName}orgPersonRelationIdList
{td}
{td:class=methodParamDesc}identifiers for org person relations to be retrieved
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationInfoList|orgPersonRelationInfoList Structure]
{td}
{td:class=methodReturnDesc}details of the relations for these ids
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgPersonRelationId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgPersonRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgPersonRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgPersonRelationsByIdList |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves a list of existing organization to person relations from a list of org person relation IDs |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgPersonRelationIdList |
Table Cell (td) |
---|
| identifiers for org person relations to be retrieved |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| details of the relations for these ids |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgPersonRelationId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgPersonRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| invalid orgPersonRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getPersonIdsForOrgByRelationType |
---|
| getPersonIdsForOrgByRelationType |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getPersonIdsForOrgByRelationType
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the list of identifiers for people that have the specified type of relationship to this organization
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier of the organization that members are being found for
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationTypeKey|orgPersonRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgPersonRelationTypeKey
{td}
{td:class=methodParamDesc}type of organization person relationship that is being looked for
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[personIdList|personIdList Structure]
{td}
{td:class=methodReturnDesc}list of person identifiers that match supplied criteria
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId, orgPersonRelationType not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, orgPersonRelationType
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, orgPersonRelationType
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getPersonIdsForOrgByRelationType |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the list of identifiers for people that have the specified type of relationship to this organization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier of the organization that members are being found for |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationTypeKey |
Table Cell (td) |
---|
| type of organization person relationship that is being looked for |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of person identifiers that match supplied criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId, orgPersonRelationType not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, orgPersonRelationType |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, orgPersonRelationType |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgPersonRelationsByOrg |
---|
| getOrgPersonRelationsByOrg |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgPersonRelationsByOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves the org to person relations for a particular organization
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier for the organization for which organization person relationships are to be found
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationInfoList|orgPersonRelationInfoList Structure]
{td}
{td:class=methodReturnDesc}list of organization person relationships found for the supplied organization
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgPersonRelationsByOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves the org to person relations for a particular organization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier for the organization for which organization person relationships are to be found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of organization person relationships found for the supplied organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getOrgPersonRelationsByPerson |
---|
| getOrgPersonRelationsByPerson |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getOrgPersonRelationsByPerson
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves all OrgPersonRelations for a particular Person and Organization
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[personId|personId Structure]
{td}
{td:class=methodParamName}personId
{td}
{td:class=methodParamDesc}person to use to look for relationships
{td}
{tr}
{tr}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}organization to use to look for relationships
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationInfoList|orgPersonRelationInfoList Structure]
{td}
{td:class=methodReturnDesc}list of organization person relationships that exist for the supplied person and organization
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}personId, orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid personId, orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing personId, orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getOrgPersonRelationsByPerson |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves all OrgPersonRelations for a particular Person and Organization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| person to use to look for relationships |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| organization to use to look for relationships |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of organization person relationships that exist for the supplied person and organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| personId, orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid personId, orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing personId, orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getAllOrgPersonRelationsByPerson |
---|
| getAllOrgPersonRelationsByPerson |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getAllOrgPersonRelationsByPerson
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves all organization person relationships for a person.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[personId|personId Structure]
{td}
{td:class=methodParamName}personId
{td}
{td:class=methodParamDesc}person to get all relationships for
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationInfoList|orgPersonRelationInfoList Structure]
{td}
{td:class=methodReturnDesc}List of organization person relationships that exist for this person
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}personId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid personId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing personId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getAllOrgPersonRelationsByPerson |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves all organization person relationships for a person. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| person to get all relationships for |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| List of organization person relationships that exist for this person |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| personId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid personId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing personId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getAllOrgPersonRelationsByOrg |
---|
| getAllOrgPersonRelationsByOrg |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getAllOrgPersonRelationsByOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves all organization person relationships for an organization.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}organization to get all relationships for
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationInfoList|orgPersonRelationInfoList Structure]
{td}
{td:class=methodReturnDesc}list of organization person relationships that exist for this organization
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getAllOrgPersonRelationsByOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves all organization person relationships for an organization. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| organization to get all relationships for |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of organization person relationships that exist for this organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| hasOrgPersonRelation |
---|
| hasOrgPersonRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}hasOrgPersonRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Tests if a person has a current relationship with a specified organization
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier of the organization
{td}
{tr}
{tr}
{td:class=methodParamType}[personId|personId Structure]
{td}
{td:class=methodParamName}personId
{td}
{td:class=methodParamDesc}identifier of the person
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationTypeKey|orgPersonRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgPersonRelationTypeKey
{td}
{td:class=methodParamDesc}type of relationship between the person and organization
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[boolean|boolean Structure]
{td}
{td:class=methodReturnDesc}true if a relationship exists
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, personId, orgPersonRelationTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, personId, orgPersonRelationTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| hasOrgPersonRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Tests if a person has a current relationship with a specified organization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier of the organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| identifier of the person |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationTypeKey |
Table Cell (td) |
---|
| type of relationship between the person and organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| true if a relationship exists |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, personId, orgPersonRelationTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, personId, orgPersonRelationTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| getPositionRestrictionsByOrg |
---|
| getPositionRestrictionsByOrg |
---|
|
Wiki Markup |
---|
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}getPositionRestrictionsByOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves a list of organization-specific restrictions on relationships with people for a particular organization.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier of the organization
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPositionRestrictionInfoList|orgPositionRestrictionInfoList Structure]
{td}
{td:class=methodReturnDesc}list of the organization-specific position restriction information
{td}
{tr}
{tr}
{th:class=h|rowspan=6}Errors
{th}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}One or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}the orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} |
...
HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| getPositionRestrictionsByOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves a list of organization-specific restrictions on relationships with people for a particular organization. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier of the organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of the organization-specific position restriction information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| One or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| the orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Search
Anchor |
---|
| searchForResults |
---|
| searchForResults |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}searchForResults
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Retrieves results in tabular form for the specified parameters.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[searchTypeKey|searchTypeKey Structure]
{td}
{td:class=methodParamName}searchTypeKey
{td}
{td:class=methodParamDesc}search identifier
{td}
{tr}
{tr}
{td:class=methodParamType}[queryParamValueList|queryParamValueList Structure]
{td}
{td:class=methodParamName}queryParamValues
{td}
{td:class=methodParamDesc}list of values for search parameters
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[resultList|resultList Structure]
{td}
{td:class=methodReturnDesc}list of results from the query
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}specified search type not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid searchTypeKey, queryParamValueList
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}searchTypeKey, queryParamValueList not specified
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| searchForResults |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Retrieves results in tabular form for the specified parameters. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| searchTypeKey |
Table Cell (td) |
---|
| search identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| queryParamValues |
Table Cell (td) |
---|
| list of values for search parameters |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of results from the query |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| specified search type not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid searchTypeKey, queryParamValueList |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| searchTypeKey, queryParamValueList not specified |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| searchForOrganizations |
---|
| searchForOrganizations |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}searchForOrganizations
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Searches for identifiers of organizations by complex criteria and logic.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgCriteria|orgCriteria Structure]
{td}
{td:class=methodParamName}orgCriteria
{td}
{td:class=methodParamDesc}criteria to be used for search, e.g. by type, by name, by number of members
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgIdList|orgIdList Structure]
{td}
{td:class=methodReturnDesc}list of organization ids that matched the supplied criteria
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid organization criteria
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing organization criteria
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| searchForOrganizations |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Searches for identifiers of organizations by complex criteria and logic. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgCriteria |
Table Cell (td) |
---|
| criteria to be used for search, e.g. by type, by name, by number of members |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodReturnType |
---|
| orgIdList |
Table Cell (td) |
---|
| list of organization ids that matched the supplied criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid organization criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing organization criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| searchForOrgOrgRelations |
---|
| searchForOrgOrgRelations |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}searchForOrgOrgRelations
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Searches for identifiers of organization to organization relationships by complex criteria and logic.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgOrgRelationCriteria|orgOrgRelationCriteria Structure]
{td}
{td:class=methodParamName}orgOrgRelationCriteria
{td}
{td:class=methodParamDesc}criteria to be used for search, e.g. by type, by name, by number of members
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationIdList|orgOrgRelationIdList Structure]
{td}
{td:class=methodReturnDesc}list of organization to organization relationship identifiers that matched the supplied criteria
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid organization to organization relationship criteria
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing organization to organization relationship criteria
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| searchForOrgOrgRelations |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Searches for identifiers of organization to organization relationships by complex criteria and logic. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgOrgRelationCriteria |
Table Cell (td) |
---|
| criteria to be used for search, e.g. by type, by name, by number of members |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of organization to organization relationship identifiers that matched the supplied criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid organization to organization relationship criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing organization to organization relationship criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| searchForOrgPersonRelations |
---|
| searchForOrgPersonRelations |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}searchForOrgPersonRelations
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Searches for identifiers of organization to person relationships by complex criteria and logic.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgPersonRelationCriteria|orgPersonRelationCriteria Structure]
{td}
{td:class=methodParamName}orgPersonRelationCriteria
{td}
{td:class=methodParamDesc}criteria to be used for search, e.g. by type, by name, by number of members
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationIdList|orgPersonRelationIdList Structure]
{td}
{td:class=methodReturnDesc}list of organization to person relationship identifiers that matched the supplied criteria
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Errors
{th}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid organization to person relationship criteria
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing organization to person relationship criteria
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| searchForOrgPersonRelations |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Searches for identifiers of organization to person relationships by complex criteria and logic. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgPersonRelationCriteria |
Table Cell (td) |
---|
| criteria to be used for search, e.g. by type, by name, by number of members |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| list of organization to person relationship identifiers that matched the supplied criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid organization to person relationship criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing organization to person relationship criteria |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Maintenance
Anchor |
---|
| createOrganization |
---|
| createOrganization |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}createOrganization
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Creates a new organization
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[orgTypeKey|orgTypeKey Structure]
{td}
{td:class=methodParamName}orgTypeKey
{td}
{td:class=methodParamDesc}Unique identifier for an organization type.
{td}
{tr}
{tr}
{td:class=methodParamType}[orgInfo|orgInfo Structure]
{td}
{td:class=methodParamName}orgInfo
{td}
{td:class=methodParamDesc}information about the organization to be created
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgInfo|orgInfo Structure]
{td}
{td:class=methodReturnDesc}newly created organization information
{td}
{tr}
{tr}
{th:class=h|rowspan=6}Errors
{th}
{td:class=methodErrorType|colspan=2}ALREADY_EXISTS
{td}
{td:class=methodErrorDesc}org already exists
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}one or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| createOrganization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Creates a new organization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgTypeKey |
Table Cell (td) |
---|
| Unique identifier for an organization type. |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information about the organization to be created |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodReturnType |
---|
| orgInfo |
Table Cell (td) |
---|
| newly created organization information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| ALREADY_EXISTS |
Table Cell (td) |
---|
| org already exists |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| one or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| updateOrganization |
---|
| updateOrganization |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateOrganization
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Updates an existing organization
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier for org to be updated
{td}
{tr}
{tr}
{td:class=methodParamType}[orgInfo|orgInfo Structure]
{td}
{td:class=methodParamName}orgInfo
{td}
{td:class=methodParamDesc}information about the organization to be updated
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgInfo|orgInfo Structure]
{td}
{td:class=methodReturnDesc}updated organization information
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Errors
{th}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}one or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgInfo, orgID
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgInfo, orgID
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}VERSION_MISMATCH
{td}
{td:class=methodErrorDesc}action was attempted on an out of date version.
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| updateOrganization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Updates an existing organization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier for org to be updated |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information about the organization to be updated |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodReturnType |
---|
| orgInfo |
Table Cell (td) |
---|
| updated organization information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| one or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgInfo, orgID |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgInfo, orgID |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| VERSION_MISMATCH |
Table Cell (td) |
---|
| action was attempted on an out of date version. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| deleteOrganization |
---|
| deleteOrganization |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}deleteOrganization
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Deletes an existing organization.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier for org to be deleted
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[status|status Structure]
{td}
{td:class=methodReturnDesc}status of the operation (success or failure)
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| deleteOrganization |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Deletes an existing organization. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier for org to be deleted |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| status of the operation (success or failure) |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| createOrgOrgRelation |
---|
| createOrgOrgRelation |
---|
|
Wiki Markup |
---|
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}createOrgOrgRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Creates an organization to organization relationship between two organizations of a particular type.
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}identifier of the organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}relatedOrgId
{td}
{td:class=methodParamDesc}identifier of the "child" organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgOrgRelationTypeKey|orgOrgRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgOrgRelationTypeKey
{td}
{td:class=methodParamDesc}identifier of the type of relationship between the organizations
{td}
{tr}
{tr}
{td:class=methodParamType}[orgOrgRelationInfo|orgOrgRelationInfo Structure]
{td}
{td:class=methodParamName}orgOrgRelationInfo
{td}
{td:class=methodParamDesc}organization to organization relationship information to be created
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationInfo|orgOrgRelationInfo Structure]
{td}
{td:class=methodReturnDesc}information about the new organization to organization relationship
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Errors
{th}
{td:class=methodErrorType|colspan=2}ALREADY_EXISTS
{td}
{td:class=methodErrorDesc}org org relationship already exists
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}one or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId, relatedOrgId, orgOrgRelationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, relatedOrgId, orgOrgRelationTypeKey create info
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, relatedOrgId, orgOrgRelationTypeKey create info
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} |
HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| createOrgOrgRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Creates an organization to organization relationship between two organizations of a particular type. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| identifier of the organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| relatedOrgId |
Table Cell (td) |
---|
| identifier of the "child" organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgOrgRelationTypeKey |
Table Cell (td) |
---|
| identifier of the type of relationship between the organizations |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgOrgRelationInfo |
Table Cell (td) |
---|
| organization to organization relationship information to be created |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information about the new organization to organization relationship |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| ALREADY_EXISTS |
Table Cell (td) |
---|
| org org relationship already exists |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| one or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId, relatedOrgId, orgOrgRelationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, relatedOrgId, orgOrgRelationTypeKey create info |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, relatedOrgId, orgOrgRelationTypeKey create info |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| updateOrgOrgRelation |
---|
| updateOrgOrgRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateOrgOrgRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Updates an organization to organization relationship.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[orgOrgRelationId|orgOrgRelationId Structure]
{td}
{td:class=methodParamName}orgOrgRelationId
{td}
{td:class=methodParamDesc}organization to organization relationship identifier
{td}
{tr}
{tr}
{td:class=methodParamType}[orgOrgRelationInfo|orgOrgRelationInfo Structure]
{td}
{td:class=methodParamName}orgOrgRelationInfo
{td}
{td:class=methodParamDesc}detail information of the organization to organization relationship
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgOrgRelationInfo|orgOrgRelationInfo Structure]
{td}
{td:class=methodReturnDesc}updated organization to organization relationship information
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Errors
{th}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}one or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgOrgRelationId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgOrgRelationId, orgOrgRelation update info
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgOrgRelationId, orgOrgRelation update info
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}VERSION_MISMATCH
{td}
{td:class=methodErrorDesc}action was attempted on an out of date version.
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| updateOrgOrgRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Updates an organization to organization relationship. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgOrgRelationId |
Table Cell (td) |
---|
| organization to organization relationship identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgOrgRelationInfo |
Table Cell (td) |
---|
| detail information of the organization to organization relationship |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| updated organization to organization relationship information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| one or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgOrgRelationId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgOrgRelationId, orgOrgRelation update info |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgOrgRelationId, orgOrgRelation update info |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| VERSION_MISMATCH |
Table Cell (td) |
---|
| action was attempted on an out of date version. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| removeOrgOrgRelation |
---|
| removeOrgOrgRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}removeOrgOrgRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Removes an organization to organization relationship.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgOrgRelationId|orgOrgRelationId Structure]
{td}
{td:class=methodParamName}orgOrgRelationId
{td}
{td:class=methodParamDesc}organization to organization relationship identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[status|status Structure]
{td}
{td:class=methodReturnDesc}status of the operation
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgOrgRelationId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgOrgRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgOrgRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| removeOrgOrgRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Removes an organization to organization relationship. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgOrgRelationId |
Table Cell (td) |
---|
| organization to organization relationship identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| status of the operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgOrgRelationId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgOrgRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgOrgRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| createOrgPersonRelation |
---|
| createOrgPersonRelation |
---|
|
Wiki Markup |
---|
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}createOrgPersonRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Creates an organization to person relationship between an organization and a person with a particular type.
{td}
{tr}
{tr}
{th:class=h|rowspan=4}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}organization
{td}
{tr}
{tr}
{td:class=methodParamType}[personId|personId Structure]
{td}
{td:class=methodParamName}personId
{td}
{td:class=methodParamDesc}person
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationTypeKey|orgPersonRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgPersonRelationTypeKey
{td}
{td:class=methodParamDesc}organization person relationship type
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationInfo|orgPersonRelationInfo Structure]
{td}
{td:class=methodParamName}orgPersonRelationInfo
{td}
{td:class=methodParamDesc}organization person relationship information
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationInfo|orgPersonRelationInfo Structure]
{td}
{td:class=methodReturnDesc}detail information of the new organization to person relationship
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Errors
{th}
{td:class=methodErrorType|colspan=2}ALREADY_EXISTS
{td}
{td:class=methodErrorDesc}organization person relationship already exists
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}one or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}personId, orgId, orgPersonRelationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid personId, orgId, orgPersonRelationTypeKey, orgPersonRelationInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing personId, orgId, orgPersonRelationTypeKey, orgPersonRelationInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} |
...
HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| createOrgPersonRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Creates an organization to person relationship between an organization and a person with a particular type. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationTypeKey |
Table Cell (td) |
---|
| organization person relationship type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationInfo |
Table Cell (td) |
---|
| organization person relationship information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| detail information of the new organization to person relationship |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| ALREADY_EXISTS |
Table Cell (td) |
---|
| organization person relationship already exists |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| one or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| personId, orgId, orgPersonRelationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid personId, orgId, orgPersonRelationTypeKey, orgPersonRelationInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing personId, orgId, orgPersonRelationTypeKey, orgPersonRelationInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| updateOrgPersonRelation |
---|
| updateOrgPersonRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updateOrgPersonRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Updates an organization to person relationship.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[orgPersonRelationId|orgPersonRelationId structure]
{td}
{td:class=methodParamName}orgPersonRelationId
{td}
{td:class=methodParamDesc}organization person relationship identifier
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationInfo|orgPersonRelationInfo Structure]
{td}
{td:class=methodParamName}orgPersonRelationInfo
{td}
{td:class=methodParamDesc}information about the organization to person relationship to be updated
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPersonRelationInfo|orgPersonRelationInfo Structure]
{td}
{td:class=methodReturnDesc}updated organization to person relationship information
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Errors
{th}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}one or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgPersonRelationId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgPersonRelationId, orgPersonRelationInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgPersonRelationId, orgPersonRelationInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}VERSION_MISMATCH
{td}
{td:class=methodErrorDesc}action was attempted on an out of date version.
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| updateOrgPersonRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Updates an organization to person relationship. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgPersonRelationId |
Table Cell (td) |
---|
| organization person relationship identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationInfo |
Table Cell (td) |
---|
| information about the organization to person relationship to be updated |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| updated organization to person relationship information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| one or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgPersonRelationId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgPersonRelationId, orgPersonRelationInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgPersonRelationId, orgPersonRelationInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| VERSION_MISMATCH |
Table Cell (td) |
---|
| action was attempted on an out of date version. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| removeOrgPersonRelation |
---|
| removeOrgPersonRelation |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}removeOrgPersonRelation
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Removes an organization to person relationship.
{td}
{tr}
{tr}
{th:class=h|rowspan=1}Parameters
{th}
{td:class=methodParamType}[orgPersonRelationId|orgPersonRelationId Structure]
{td}
{td:class=methodParamName}orgPersonRelationId
{td}
{td:class=methodParamDesc}organization person relationship identifier
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[status|status Structure]
{td}
{td:class=methodReturnDesc}status of the operation
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgPersonRelationId not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgPersonRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgPersonRelationId
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| removeOrgPersonRelation |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Removes an organization to person relationship. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| orgPersonRelationId |
Table Cell (td) |
---|
| organization person relationship identifier |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| status of the operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgPersonRelationId not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgPersonRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgPersonRelationId |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| addPositionRestrictionToOrg |
---|
| addPositionRestrictionToOrg |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}addPositionRestrictionToOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Adds a description of the organization-specific usage of an organization person relationship type. This information typically coincides with constraints, such as how many relationships of a given type may be active at a particular time, etc.
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationTypeKey|orgPersonRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgPersonRelationTypeKey
{td}
{td:class=methodParamDesc}organization person relationship type
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPositionRestrictionInfo|orgPositionRestrictionInfo Structure]
{td}
{td:class=methodParamName}orgPositionRestrictionInfo
{td}
{td:class=methodParamDesc}organization position restriction information
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPositionRestrictionInfo|orgPositionRestrictionInfo Structure]
{td}
{td:class=methodReturnDesc}information about the newly created organization position restriction
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Errors
{th}
{td:class=methodErrorType|colspan=2}ALREADY_EXISTS
{td}
{td:class=methodErrorDesc}org position restriction already exists
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}one or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}the orgId, orgPersonRelationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, orgPersonRelationTypeKey, orgPositionRestrictionInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, orgPersonRelationTypeKey, orgPositionRestrictionInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| addPositionRestrictionToOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Adds a description of the organization-specific usage of an organization person relationship type. This information typically coincides with constraints, such as how many relationships of a given type may be active at a particular time, etc. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationTypeKey |
Table Cell (td) |
---|
| organization person relationship type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPositionRestrictionInfo |
Table Cell (td) |
---|
| organization position restriction information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information about the newly created organization position restriction |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| ALREADY_EXISTS |
Table Cell (td) |
---|
| org position restriction already exists |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| one or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| the orgId, orgPersonRelationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, orgPersonRelationTypeKey, orgPositionRestrictionInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, orgPersonRelationTypeKey, orgPositionRestrictionInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| updatePositionRestrictionForOrg |
---|
| updatePositionRestrictionForOrg |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}updatePositionRestrictionForOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Updates a description of the organization-specific usage of an organization person relationship type.
{td}
{tr}
{tr}
{th:class=h|rowspan=3}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationTypeKey|orgPersonRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgPersonRelationTypeKey
{td}
{td:class=methodParamDesc}organization person relationship type
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPositionRestrictionInfo|orgPositionRestrictionInfo Structure]
{td}
{td:class=methodParamName}orgPositionRestrictionInfo
{td}
{td:class=methodParamDesc}organization position restriction information
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[orgPositionRestrictionInfo|orgPositionRestrictionInfo Structure]
{td}
{td:class=methodReturnDesc}information about the updated organization position restriction
{td}
{tr}
{tr}
{th:class=h|rowspan=7}Errors
{th}
{td:class=methodErrorType|colspan=2}DATA_VALIDATION_ERROR
{td}
{td:class=methodErrorDesc}one or more values invalid for this operation
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}orgId, orgPersonRelationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, orgPersonRelationTypeKey, orgPositionRestrictionInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, orgPersonRelationTypeKey, orgPositionRestrictionInfo
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}VERSION_MISMATCH
{td}
{td:class=methodErrorDesc}action was attempted on an out of date version.
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| updatePositionRestrictionForOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Updates a description of the organization-specific usage of an organization person relationship type. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationTypeKey |
Table Cell (td) |
---|
| organization person relationship type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPositionRestrictionInfo |
Table Cell (td) |
---|
| organization position restriction information |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| information about the updated organization position restriction |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DATA_VALIDATION_ERROR |
Table Cell (td) |
---|
| one or more values invalid for this operation |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| orgId, orgPersonRelationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, orgPersonRelationTypeKey, orgPositionRestrictionInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, orgPersonRelationTypeKey, orgPositionRestrictionInfo |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| VERSION_MISMATCH |
Table Cell (td) |
---|
| action was attempted on an out of date version. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Anchor |
---|
| removePositionRestrictionFromOrg |
---|
| removePositionRestrictionFromOrg |
---|
|
Wiki Markup |
{table:class=methodTable}
{tr}
{th:class=h}Method
{th}
{td:class=methodName|colspan=3}removePositionRestrictionFromOrg
{td}
{tr}
{tr}
{th:class=h}Description
{th}
{td:class=methodDesc|colspan=3}Removes a description of the organization-specific usage of an organization person relationship type.
{td}
{tr}
{tr}
{th:class=h|rowspan=2}Parameters
{th}
{td:class=methodParamType}[orgId|orgId Structure]
{td}
{td:class=methodParamName}orgId
{td}
{td:class=methodParamDesc}organization
{td}
{tr}
{tr}
{td:class=methodParamType}[orgPersonRelationTypeKey|orgPersonRelationTypeKey Structure]
{td}
{td:class=methodParamName}orgPersonRelationTypeKey
{td}
{td:class=methodParamDesc}organization person relationship type
{td}
{tr}
{tr}
{th:class=h}Return
{th}
{td:class=methodReturnType|colspan=2}[status|status Structure]
{td}
{td:class=methodReturnDesc}status
{td}
{tr}
{tr}
{th:class=h|rowspan=5}Errors
{th}
{td:class=methodErrorType|colspan=2}DOES_NOT_EXIST
{td}
{td:class=methodErrorDesc}the orgId, orgPersonRelationTypeKey not found
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}INVALID_PARAMETER
{td}
{td:class=methodErrorDesc}invalid orgId, orgPersonRelationTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}MISSING_PARAMETER
{td}
{td:class=methodErrorDesc}missing orgId, orgPersonRelationTypeKey
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}OPERATION_FAILED
{td}
{td:class=methodErrorDesc}unable to complete request
{td}
{tr}
{tr}
{td:class=methodErrorType|colspan=2}PERMISSION_DENIED
{td}
{td:class=methodErrorDesc}authorization failure
{td}
{tr}
{tr}
{th:class=h}Capabilities
{th}
{td:class=capabilityDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Use Cases
{th}
{td:class=usecaseDesc|colspan=3}
{td}
{tr}
{tr}
{th:class=h}Comments/Feedback
{th}
{td:class=commentsDesc|colspan=3}
{td}
{tr}
{table} HTML Table |
---|
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| removePositionRestrictionFromOrg |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Description |
Table Cell (td) |
---|
| Removes a description of the organization-specific usage of an organization person relationship type. |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Parameters |
Table Cell (td) |
---|
| organization |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
| orgPersonRelationTypeKey |
Table Cell (td) |
---|
| organization person relationship type |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| DOES_NOT_EXIST |
Table Cell (td) |
---|
| the orgId, orgPersonRelationTypeKey not found |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| INVALID_PARAMETER |
Table Cell (td) |
---|
| invalid orgId, orgPersonRelationTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| MISSING_PARAMETER |
Table Cell (td) |
---|
| missing orgId, orgPersonRelationTypeKey |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| OPERATION_FAILED |
Table Cell (td) |
---|
| unable to complete request |
|
Table Row (tr) |
---|
Table Cell (td) |
---|
colspan | 2 |
---|
class | methodErrorType |
---|
| PERMISSION_DENIED |
Table Cell (td) |
---|
| authorization failure |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Capabilities |
Table Cell (td) |
---|
colspan | 3 |
---|
class | capabilityDesc |
---|
| |
|
Table Row (tr) |
---|
Table Head (th) |
---|
| Comments/Feedback |
Table Cell (td) |
---|
colspan | 3 |
---|
class | commentsDesc |
---|
| |
|
|
Back to Operations
Include Page |
---|
| ServiceOperationStop |
---|
| ServiceOperationStop |
---|
|
...