API attach EN: различия между версиями
Нет описания правки |
Нет описания правки |
||
(не показаны 3 промежуточные версии этого же участника) | |||
Строка 41: | Строка 41: | ||
Obligatory parameters: | Obligatory parameters: | ||
id - id of file ''(version up to 3.19)'' | id - id of file ''(version up to 3.19)'' | ||
uuid - uuid of file ''(version 3.19+) | uuid - uuid of file ''(version 3.19+)'' | ||
name - file name ''(no paths)'' | name - file name ''(no paths)'' | ||
==== get ==== | ==== get ==== | ||
''Modified in: 3.19beta1 (removed id parameter, added uuid parameter)'' | |||
''Modified in: 3.16dev4 (added possible cable_line value to object_type)'' | ''Modified in: 3.16dev4 (added possible cable_line value to object_type)'' | ||
Строка 57: | Строка 58: | ||
Description: Retrieve information | Description: Retrieve information | ||
Obligatory parameters ''(something one)'': | Obligatory parameters ''(something one)'': | ||
id - file id ''( | uuid - uuid of file ''(comma separated)'' ''(version 3.19+)'' | ||
id - file id ''(comma separated)'' ''(versions prior to 3.19)'' | |||
ext_name - external file name ''(original)'' | ext_name - external file name ''(original)'' | ||
int_name - internal file name ''(as stored in the system)'' | int_name - internal file name ''(as stored in the system)'' | ||
Строка 64: | Строка 66: | ||
==== get_file ==== | ==== get_file ==== | ||
''Modified in: 3.19beta1 (removed id parameter, added uuid parameter)'' | |||
''Added in: 3.14.57'' | ''Added in: 3.14.57'' | ||
Description: Output the contents of the file ''(in binary form)'' | Description: Output the contents of the file ''(in binary form)'' | ||
Obligatory parameters: | Obligatory parameters: | ||
id - id | uuid - uuid of file ''(version 3.19+)'' | ||
id - file id ''(versions prior to 3.19)'' | |||
==== get_file_temporary_link ==== | ==== get_file_temporary_link ==== | ||
''Modified in: 3.19beta1 (removed id parameter, added uuid parameter)'' | |||
''Added in: 3.17dev1'' | ''Added in: 3.17dev1'' | ||
Description: Provide a direct temporary link to download the file | Description: Provide a direct temporary link to download the file | ||
Obligatory parameters: | Obligatory parameters: | ||
id - id | uuid - uuid of file ''(version 3.19+)'' | ||
id - file id ''(versions prior to 3.19)'' |
Текущая версия от 20:36, 25 апреля 2024
Section API ERP "UserSide"
Purpose: Action with attached files
Optional parameters: action - request subcategory (possible value: see below)
Subcategories
add
Modified in: 3.16.19 (added name and comment parameters)
Modified in: 3.16dev4 (added possible cable_line value to object_type parameter)
Modified in: 3.16dev2 (excluded operator_id parameter, added employee_id parameter)
Modified in: 3.15.42 (added possible value of inventory to object_type parameter)
Modified in: 3.14.21 (added possible value customer to object_type parameter)
Description: Adding a file to an object Obligatory parameters: object_type - object type [cable_line|customer|node|task|task_comment|inventory] object_id - id of the object to which to attach the file comment_id - id of the task comment to which to attach the file (for task_comment type) src - url to the file to be uploaded and attached Optional parameters: employee_id - id of the employee on whose behalf to add the file operator_id - id of the operator on whose behalf to add the file (before version 3.16dev2) name - file name (arbitrary text) comment - file notes/description src_id - id of file upload method/type (arbitrary, at client's discretion)
delete
Modified in: 3.19beta1 (removed id parameter, added uuid parameter)
Added in: 3.12beta25
Description: Deleting a file Obligatory parameters: id - id of file (version up to 3.19) uuid - uuid of file (version 3.19+) name - file name (no paths)
get
Modified in: 3.19beta1 (removed id parameter, added uuid parameter)
Modified in: 3.16dev4 (added possible cable_line value to object_type)
Modified in: 3.15.42 (added possible value of inventory to object_type parameter)
Modified in: 3.15.12 (added object_type and object_id parameters)
Modified in: 3.14.41 (added ext_name and int_name parameters)
Added in: 3.14.36
Description: Retrieve information Obligatory parameters (something one): uuid - uuid of file (comma separated) (version 3.19+) id - file id (comma separated) (versions prior to 3.19) ext_name - external file name (original) int_name - internal file name (as stored in the system) object_type - object type [cable_line|customer|inventory|node|task|task_comment] (used together with object_id) object_id - id of the object to which the file is attached (used in conjunction with object_type)
get_file
Modified in: 3.19beta1 (removed id parameter, added uuid parameter)
Added in: 3.14.57
Description: Output the contents of the file (in binary form) Obligatory parameters: uuid - uuid of file (version 3.19+) id - file id (versions prior to 3.19)
get_file_temporary_link
Modified in: 3.19beta1 (removed id parameter, added uuid parameter)
Added in: 3.17dev1
Description: Provide a direct temporary link to download the file Obligatory parameters: uuid - uuid of file (version 3.19+) id - file id (versions prior to 3.19)