url=http://sample/dneo.cgi basic_auth_userid=sampleid basic_auth_password=samplepass proxy_host=samplehost proxy_port=1234 proxy_auth_userid=proxyid proxy_auth_password=proxypass |
Key | The specified value | Description |
url | [URL of desknet's NEO] |
Be sure to specify it. Describe the URL of desknet's NEO. |
basic_auth_userid | [Basic authentication user ID] |
Specify when using Basic authentication when logging in to desknet's NEO. This item is not required if Basic authentication is not performed. |
basic_auth_password | [Basic authentication password] | |
proxy_host | [Proxy server host name] |
Specify when using a proxy server at desknet's NEO. If you do not use a proxy server, this item is not required. |
proxy_port | [Proxy server port number] | |
proxy_auth_userid | [Proxy Authentication User ID] |
Specify when using proxy authentication at desknet's NEO. If you do not use proxy authentication, this item is not required. |
proxy_auth_password | [Proxy Authentication Password] |
[ { "field_name": “Responsible"}, { "field_name": ""}, { "field_name": “Client"} ] |
Key | The specified value | Description |
field_name | [Target part name] | Be sure to specify it.” Describe the target part name in "field_name". |
{ "item": [ {"field_id": "101", "operator": ">=", "value": "1"}, {"field_id": "102", "operator": "is_null"}, {"field_id": "103", "operator": "contains", "value": " 1\t2 ", "type":" id"} ] } } |
Key | The specified value | Description |
field_id | [Part ID to search] |
Be sure to specify it. Specify the ID of the part to be searched. You can check the component ID in [Application Settings> Component Management]. |
operator | [= | ! = | > | >= | < | <= | includes | not_includes | starts_with | ends_with | contains | not_contains | is_null | is_not_null | matches] | Be sure to specify it. Specify the search method. |
value | [Value to search for] |
Specify the value to search for. If the value to be searched includes the following characters, please convert and enter as follows. (Tabs are used as delimiters when specifying multiple conditions.) (タブ) → \t \ → \\ " → \" |
type | [id | textbox | number | date | datetime | interval | field_id] | Specifies the type of value to search for. |
Part type | operator | value | type |
[Data ID] | = (equal to) | Any integer greater than or equal to 0 | (no input) |
Text (1 Line) | = (match) | Any character | (no input) |
! = (does not match) | |||
includes (includes | includes either) | Arbitrary characters (multiple delimited by tab delimiters) | ||
not_includes (does not include | neither) | |||
starts_with | Any character | ||
ends_with (finished) | |||
is_null (not entered) | (no input) | ||
Text (Multi Line) Rich Text |
includes (includes | includes either) | Arbitrary characters (multiple delimited by tab delimiters) | (no input) |
not_includes (does not include | neither) | |||
is_null (not entered) | (no input) | ||
Radio Button Pull Down |
= (matches either) | Choice value (multiple values can be specified by separating with tab) | (no input) |
! = (neither match) | |||
is_null (not entered) | (no input) | ||
Checkbox list box |
contains (contains either) | Choice value (multiple values can be specified by separating with tab) | (no input) |
not_contains (neither is included) | |||
is_null (not entered) | (no input) | ||
Number | = (equal to) | Numerical values that can be entered in number parts | (no input) |
! = (not equal) | |||
<(less than) | |||
<= (less than) | |||
> (greater than) | |||
>= (or more) | |||
is_null (not entered) | (no input) | ||
Date | = (equal to) |
-"Yyyy", "yyyy-MM", or "yyyy-MM-dd" format Example: " 2018 ", " 2018-01 ", " 2018-01-10 " ・"[+|-]n days", "[+|-]n months: [*|1-31|e]", "[+|-]n years: [ 1-12 ]: One of the formats [*|1-31|e]" Example: " +3 days" (3 days after today) Example: " -1 months:10" (10th of last month) Example: " +1 months:*" (any day in the next month) Example: " -2 years:3:e" (the end of March two years ago) |
(no input) |
! = (not equal) | |||
<(previous) | |||
<= (previous) | |||
> (after) | |||
>= (and later) | |||
= (equal to) | ID of the part to compare | field_id | |
! = (not equal) | |||
<(previous) | |||
<= (previous) | |||
> (after) | |||
>= (and later) | |||
is_null (not entered) | (no input) | (no input) | |
[Date/Time Added] [Date/Time Updated] Date and time |
= (equal to) |
-"Yyyy", "yyyy-MM", "yyyy-MM-dd", "yyyy-MM-ddThh", "yyyy-MM-ddThh:mm" format Example: " 2018", "2018-01", "2018-01-10", "2018-01-10T09","2018-01-10T09:30" ・"[+|-]n days", "[+|-]n months: [*|1-31|e]", "[+|-]n years: [ 1-12 ]: One of the formats [*|1-31|e]" Example: " +3 days" (3 days after today) Example: " -1 months:10" (10th of last month) Example: " +1 months:*" (any day in the next month) Example: " -2 years:3:e" (the end of March two years ago) |
(no input) |
! = (not equal) | |||
<(previous) | |||
<= (previous) | |||
> (after) | |||
>= (and later) | |||
= (equal to) | ID of the part to compare | field_id | |
! = (not equal) | |||
<(previous) | |||
<= (previous) | |||
> (after) | |||
>= (and later) | |||
is_null (not entered) | (no input) | (no input) | |
Times of Day | = (equal to) | "hh:mm"の形式 | (no input) |
! = (not equal) | |||
<(previous) | |||
<= (previous) | |||
> (after) | |||
>= (and later) | |||
is_null (not entered) | (no input) | ||
Attachment Files | includes (include in file name) | Any character | (no input) |
matches (included in text in file name/attachment) | |||
is_not_null (file exists) | (no input) | ||
is_null (file does not exist) | |||
Auto Calculation | = (match) | Any character | textbox |
! = (does not match) | |||
includes (includes | includes either) | Arbitrary characters (multiple delimited by tab delimiters) | ||
not_includes (does not include | neither) | |||
starts_with | Any character | ||
ends_with (finished) | |||
= (equal to) | Numerical values that can be entered in number parts | number | |
! = (not equal) | |||
<(less than) | |||
<= (less than) | |||
> (greater than) | |||
>= (or more) | |||
includes | Any character | ||
= (equal to) |
-"Yyyy", "yyyy-MM", or "yyyy-MM-dd" format Example: " 2018 ", " 2018-01 ", " 2018-01-10 " ・"[+|-]n days", "[+|-]n months: [*|1-31|e]", "[+|-]n years: [ 1-12 ]: One of the formats [*|1-31|e]" Example: " +3 days" (3 days after today) Example: " -1 months:10" (10th of last month) Example: " +1 months:*" (any day in the next month) Example: " -2 years:3:e" (the end of March two years ago) |
date | |
! = (not equal) | |||
<(previous) | |||
<= (previous) | |||
> (after) | |||
>= (and later) | |||
includes (including) | Any character | ||
= (equal to) |
-"Yyyy", "yyyy-MM", "yyyy-MM-dd", "yyyy-MM-ddThh", "yyyy-MM-ddThh:mm" format Example: " 2018", "2018-01", "2018-01-10", "2018-01-10T09","2018-01-10T09:30" ・"[+|-]n days", "[+|-]n months: [*|1-31|e]", "[+|-]n years: [ 1-12 ]: One of the formats [*|1-31|e]" Example: " +3 days" (3 days after today) Example: " -1 months:10" (10th of last month) Example: " +1 months:*" (any day in the next month) Example: " -2 years:3:e" (the end of March two years ago) |
datetime | |
! = (not equal) | |||
<(previous) | |||
<= (previous) | |||
> (after) | |||
>= (and later) | |||
includes (including) | Any character | ||
= (equal to) | Any integer (converted to seconds) | interval | |
! = (not equal) | |||
<(previous) | |||
<= (previous) | |||
> (after) | |||
>= (and later) | |||
includes (including) | Any character | ||
is_null (not entered) | (no input) | (no input) | |
[Added By] [Updated By] Select User |
contains (contains either) | User system ID (You can specify multiple tab-delimited) | id |
not_contains (neither is included) | |||
is_null (not entered) | (no input) | (no input) | |
Select Group | contains (contains either) | Group system ID (Multiple can be specified by separating with tab) | id |
not_contains (neither is included) | |||
is_null (not entered) | (no input) | (no input) |
{ "filter": { "item": [ {"field_id": "101", "operator": "includes", "value": "Installation cost\t cloud"}, {"field_id": "102", "operator": ">", "value": " 12 "} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Text (Multi Line) | 総評 |
102 | Number | Minimum contract months |
{ "filter": { "item": [ {"field_id": "101", "operator": "contains", "value": " 3\t4 ", "type": "id"}, {"field_id": "102", "operator": ">", "value": " 1000000 ", "type": "number"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Select Group | Department in charge |
102 | Auto Calculation | Sales results |
{ "filter": { "item": [ {"field_id": "101", "operator": "includes", "value": "Chiyoda ward, Tokyo"}, {"field_id": "102", "operator": "<", "value": "-3 months:20"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Text (1 Line) | address |
102 | Date | Last visit date |
{ "filter": { "item": [ {"field_id": "101", "operator": "! =", "value": "Contract Delete \tContract Expired"}, { field_id ": "102", "operator": ">=", "value": " 2017-04-01 "} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Pull Down | Contract status |
102 | Date | Contract start date |
{ "filter": { "item": [ {"field_id": "101", "operator": ">=", "value": "2017-04-01T09:00"}, {"field_id": "102", "operator": "is_null"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Date/Time | Equipment rental date and time |
102 | Date/Time | Equipment return date and time |
{ "filter": { "item": [ {"field_id": "101", "operator": "contains", "value": "10", "type": "id"}, {"field_id": "102", "operator": ">=", "value": "22:00"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Select User | Employee |
102 | Time | Leave time |
{ "filter": { "item": [ {"field_id": "101", "operator": "=", "value": "102", "type": "field_id"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Date | Start Date |
102 | Date | End Date |
{ "filter": { "item": [ {"field_id": "101", "operator": "includes", "value": "Estimates"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Attachment Files | Documents to be sent |
{ "filter": { "item": [ {"field_id": "101", "operator": ">=", "value": " 5400 ", "type": "interval"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Auto Calculation | Travel time |
{ "filter": { "item": [ {"field_id": "101", "operator": "<", "value": "+0 months:e", "type": "date"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Auto Calculation | Correctable date |
{ "filter": { "item": [ {"field_id": "101", "operator": "<=", "value": "2017-04-01T17:00", "type": "datetime"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Auto Calculation | Estimated arrival date and time |
{ "filter": { "item": [ {"field_id": "101", "operator": "includes", "value": "Heisei\t Showa", "type": "textbox"} ] } } |
Part ID (field_id) | Part type | Part name |
101 | Auto Calculation | Western calendar conversion |