Space-separated lists of identifiers used to identify resource access privileges.
LinkarWS provides each API resource with a set of Scopes to allow or disallow certain operations.
The complete list of scopes provided by LinkarWS is as follows:
Type |
Scope |
Definition |
CRUD |
crud |
Allows CRUD operations in NORMAL mode for the files specified in the API Resource. |
CRUD |
crud.read |
Allows READ operations in NORMAL mode for the files specified in the API Re-source. |
CRUD |
crud.read.<filename> |
Allows READ operations in NORMAL mode for <filename> file. |
CRUD |
crud.update |
Allows UPDATE operations in NORMAL mode for the files specified in the API Resource. |
CRUD |
crud.update.<filename> |
Allows UPDATE operations in NORMAL mode for <filename> file. |
CRUD |
crud.updatepartial |
Allows UPDATEPARTIAL operations in NORMAL mode for the files specified in the API Resource. |
CRUD |
crud.updatepartial.<filename> |
Allows UPDATEPARTIAL operations in NORMAL mode for the <filename> file. |
CRUD |
crud.new |
Allows NEW operations in NORMAL mode for the files specified in the API Re-source. |
CRUD |
crud.new.<filename> |
Allows NEW operations in NORMAL mode for <filename> file. |
CRUD |
crud.delete |
Allows DELETE operations in NORMAL mode for the files specified in the API Resource. |
CRUD |
crud.delete.<filename> |
Allows DELETE operations in NORMAL mode for <filename> file. |
CRUD |
crud.select |
Allows SELECT operations in NORMAL mode for the files specified in the API Resource. |
CRUD |
crud.select.<filename> |
Allows SELECT operations in NORMAL mode for <filename> file. |
CRUD |
crud.dictionaries |
Allows DICTIONARIES operations in NORMAL mode for the files specified in the API Resource. |
CRUD |
crud.dictionaries.<filename> |
Allows DICTIONARIES operations in NORMAL mode for <filename> file. |
CRUD |
crud.lkproperties |
Allows LKPROPERTIES operations in NORMAL mode for the files specified in the API Resource. |
CRUD |
crud.lkproperties.<filename> |
Allows LKPROPERTIES operations in NORMAL mode for <filename> file. |
CRUD |
crud.lkpropertiesdictionaries |
Allows LKPROPERTIES operations in DICTIONARIES mode of the files specified in the API Resource. |
CRUD |
crud.lkpropertiesdictionaries.<filename> |
Allows LKPROPERTIES operations in DICTIONARIES mode of the <filename> file. |
CRUD |
crud.gettable |
Allows GETTABLE operations in NORMAL mode of the files specified in the API Resource. |
CRUD |
crud.gettable.<filename> |
Allows GETTABLE operations in NORMAL mode of the <filename> file. |
CRUD |
crud.gettabledictionaries |
Allows GETTABLE operations in DICTIONARIES mode of the files specified in the API Resource. |
CRUD |
crud.gettabledictionaries.<filename> |
Allows GETTABLE operations in DICTIONARIES mode of the <filename> file. |
CRUD |
crud.gettablenone |
Allows GETTABLE operations in NONE mode of the files specified in the API Resource. |
CRUD |
crud.gettablenone.filename |
Allows GETTABLE operations in NONE mode for <filename> file. |
CRUD.DICT |
crud.dict |
Allows CRUD operations in DICT mode of the files specified in the API Resource. |
CRUD.DICT |
crud.dict.read |
Allows READ operations in DICT mode of the files specified in the API Resource. |
CRUD.DICT |
crud.dict.read.<filename> |
Enables READ operations in DICT mode for <filename> file. |
CRUD.DICT |
crud.dict.update |
Allows UPDATE operations in DICT mode for the files specified in the API Resource. |
CRUD.DICT |
crud.dict.update.<filename> |
Allows UPDATE operations in DICT mode of the file <filename>. |
CRUD.DICT |
crud.dict.updatepartial |
Allows UPDATEPARTIAL operations in DICT mode for the files specified in the API Resource. |
CRUD.DICT |
crud.dict.updatepartial.<filename> |
Allows UPDATEPARTIAL operations in DICT mode of file <filename>. |
CRUD.DICT |
crud.dict.new |
Allows NEW operations in DICT mode for the files specified in the API Resource. |
CRUD.DICT |
crud.dict.new.<filename> |
Allows NEW operations in DICT mode for <filename> file. |
CRUD.DICT |
crud.dict.delete |
Allows DELETE operations in DICT mode for the files specified in the API Resource. |
CRUD.DICT |
crud.dict.delete.<filename> |
Allows DELETE operations in DICT mode for <filename> file. |
CRUD.DICT |
crud.dict.select |
Allows SELECT operations in DICT mode for the files specified in the API Resource. |
CRUD.DICT |
crud.dict.select.<filename> |
Allows SELECT operations in DICT mode for <filename> file. |
CRUD.SCH |
crud.sch |
Allows CRUD operations in SCH mode for the files specified in the API Resource. |
CRUD.SCH |
crud.sch.read |
Allows READ operations in SCH mode for the files specified in the API Resource. |
CRUD.SCH |
crud.sch.read.<filename> |
Enables READ operations in SCH mode for <filename> file. |
CRUD.SCH |
crud.sch.update |
Allows UPDATE operations in SCH mode for the files specified in the API Resource. |
CRUD.SCH |
crud.sch.update.<filename> |
Allows UPDATE operations in SCH mode for <filename> file. |
CRUD.SCH |
crud.sch.updatepartial |
Allows UPDATEPARTIAL operations in SCH mode for the files specified in the API Resource. |
CRUD.SCH |
crud.sch.updatepartial.<filename> |
Allows UPDATEPARTIAL operations in SCH mode for <filename> file. |
CRUD.SCH |
crud.sch.new |
Allows NEW operations in SCH mode for the files specified in the API Resource. |
CRUD.SCH |
crud.sch.new.<filename> |
Allows NEW operations in SCH mode for <filename> file. |
CRUD.SCH |
crud.sch.delete |
Allows DELETE operations in SCH mode for files specified in the API Resource. |
CRUD.SCH |
crud.sch.delete.<filename> |
Allows DELETE operations in SCH mode for <filename> file. |
CRUD.SCH |
crud.sch.select |
Allows SELECT operations in SCH mode for the files specified in the API Resource. |
CRUD.SCH |
crud.sch.select.<filename> |
Allows SELECT operations in SCH mode for <filename> file. |
FUNCTION |
functions |
Allows all FUNCTION operations available in Linkar Server. |
FUNCTION |
functions.subroutine |
Allows executing the MV subroutines specified in the API Resource. |
FUNCTION |
functions.subroutine.<subroutinename> |
Allows to execute the subroutine <subroutine-name>. |
FUNCTION |
functions.execute |
Allows to execute the MV commands indicated in the API Resource. |
FUNCTION |
functions.execute.<command> |
Allows you to execute the <command> command. |
FUNCTION |
functions.conversion |
Allows the CONVERSION function to be executed. |
FUNCTION |
functions.format |
Allows you to execute the FORMAT function. |
FUNCTION |
functions.getversion |
Allows the GETVERSION function to be executed. |
FUNCTION |
functions.lkschemas |
Allows the LKSCHEMAS function to be executed. |
FUNCTION |
functions.lkschemasdictionaries |
Allows the LKSCHEMAS function to be executed in DICTIONARIE mode. |
FUNCTION |
functions.resetcommonblocks |
Allows the RESETCOMMONBLOCKS function to be executed. |
SENDCOMMAND |
sendcommand |
Allows to execute all SENDCOMMAND commands available in Linkar Server. |
SENDCOMMAND |
sendcommand.read |
Allows the READ function of the SENDCOMMAND command to be executed. |
SENDCOMMAND |
sendcommand.update |
Allows to execute the UPDATE function of the SENDCOMMAND command. |
SENDCOMMAND |
sendcommand.updatepartial |
Allows the UPDATEPARTIAL function of the SENDCOMMAND command to be executed. |
SENDCOMMAND |
sendcommand.new |
Allows to execute the NEW function of the SENDCOMMAND command. |
SENDCOMMAND |
sendcommand.delete |
Allows the DELETE function of the SENDCOMMAND command to be executed. |
SENDCOMMAND |
sendcommand.select |
Allows the SELECT function of the SENDCOMMAND command to be executed. |
SENDCOMMAND |
sendcommand.subroutine |
Allows to execute the SUBROUTINE function of the SENDCOMMAND command. |
SENDCOMMAND |
sendcommand.conversion |
Allows to execute the CONVERSION function of the SENDCOMMAND command. |
SENDCOMMAND |
sendcommand.format |
Allows you to execute the FORMAT function of the SENDCOMMAND command.. |
SENDCOMMAND |
sendcommand.dictionaries |
Allows you to execute the DICTIONARIES function of the SENDCOMMAND command. |
SENDCOMMAND |
sendcommand.execute |
Allows you to execute the EXECUTE function of the SENDCOMMAND command. |
SENDCOMMAND |
sendcommand.getversion |
Allows the GETVERSION function of the SENDCOMMAND command to be executed. |
SENDCOMMAND |
sendcommand.lkschemas |
Allows to execute the LKSCHEMAS function of the SENDCOMMAND command. |
SENDCOMMAND |
sendcommand.lkproperties |
Allows to execute the LKPROPERTIES function of the SENDCOMMAND command. |
SENDCOMMAND |
sendcommand.gettable |
Allows the GETTABLE function of the SENDCOMMAND command to be executed. |
SENDCOMMAND |
sendcommand.resetcommonblocks |
Allows you to execute the RESETCOMMONBLOCKS function of the SENDCOMMAND command. |
CUSTOM |
custom |
Allows to execute all CUSTOM commands defined in the API Resource. |
CUSTOM |
custom.<customendpointname> |
Allows to execute the custom endpoint <customendpointname>. |