You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieves the Activity specified by this unique identifier, optionally including nested data sets.
26
-
27
-
An Activity contains information about work being done on a specific accounting task. You can use Activities to track information about who has been assigned a specific task, the current status of the task, the name and description given for the particular task, the priority of the task, and any amounts collected, paid, or credited for the task.
28
-
25
+
Retrieves the Activity specified by this unique identifier, optionally
26
+
including nested data sets.
27
+
28
+
An Activity contains information about
29
+
work being done on a specific accounting task. You can use Activities to
30
+
track information about who has been assigned a specific task, the
31
+
current status of the task, the name and description given for the
32
+
particular task, the priority of the task, and any amounts collected,
33
+
paid, or credited for the task.
29
34
Parameters
30
35
----------
31
36
id : str
32
37
The unique Lockstep Platform ID number of this Activity
33
38
include : str
34
-
To fetch additional data on this object, specify the list of elements to retrieve. Available collections: Attachments, CustomFields, and Notes
39
+
To fetch additional data on this object, specify the list of elements to
40
+
retrieve. Available collections: Attachments, CustomFields, and Notes
Updates an activity that matches the specified id with the requested information.
42
-
43
-
The PATCH method allows you to change specific values on the object while leaving other values alone. As input you should supply a list of field names and new values. If you do not provide the name of a field, that field will remain unchanged. This allows you to ensure that you are only updating the specific fields desired.
44
-
45
-
An Activity contains information about work being done on a specific accounting task. You can use Activities to track information about who has been assigned a specific task, the current status of the task, the name and description given for the particular task, the priority of the task, and any amounts collected, paid, or credited for the task.
46
-
47
+
Updates an activity that matches the specified id with the requested
48
+
information.
49
+
50
+
The PATCH method allows you to change specific values on
51
+
the object while leaving other values alone. As input you should supply
52
+
a list of field names and new values. If you do not provide the name of
53
+
a field, that field will remain unchanged. This allows you to ensure
54
+
that you are only updating the specific fields desired.
55
+
56
+
An Activity
57
+
contains information about work being done on a specific accounting
58
+
task. You can use Activities to track information about who has been
59
+
assigned a specific task, the current status of the task, the name and
60
+
description given for the particular task, the priority of the task, and
61
+
any amounts collected, paid, or credited for the task.
Delete the Activity referred to by this unique identifier.
60
-
61
-
An Activity contains information about work being done on a specific accounting task. You can use Activities to track information about who has been assigned a specific task, the current status of the task, the name and description given for the particular task, the priority of the task, and any amounts collected, paid, or credited for the task.
62
-
74
+
Delete the Activity referred to by this unique identifier.
75
+
76
+
An
77
+
Activity contains information about work being done on a specific
78
+
accounting task. You can use Activities to track information about who
79
+
has been assigned a specific task, the current status of the task, the
80
+
name and description given for the particular task, the priority of the
81
+
task, and any amounts collected, paid, or credited for the task.
Creates one or more activities from a given model.
74
-
75
-
An Activity contains information about work being done on a specific accounting task. You can use Activities to track information about who has been assigned a specific task, the current status of the task, the name and description given for the particular task, the priority of the task, and any amounts collected, paid, or credited for the task.
76
-
92
+
Creates one or more activities from a given model.
93
+
94
+
An Activity
95
+
contains information about work being done on a specific accounting
96
+
task. You can use Activities to track information about who has been
97
+
assigned a specific task, the current status of the task, the name and
98
+
description given for the particular task, the priority of the task, and
99
+
any amounts collected, paid, or credited for the task.
Queries Activities for this account using the specified filtering, sorting, nested fetch, and pagination rules requested.
88
-
89
-
More information on querying can be found on the [Searchlight Query Language](https://developer.lockstep.io/docs/querying-with-searchlight) page on the Lockstep Developer website.
90
-
91
-
An Activity contains information about work being done on a specific accounting task. You can use Activities to track information about who has been assigned a specific task, the current status of the task, the name and description given for the particular task, the priority of the task, and any amounts collected, paid, or credited for the task.
92
-
110
+
Queries Activities for this account using the specified filtering,
111
+
sorting, nested fetch, and pagination rules requested.
112
+
113
+
More
114
+
information on querying can be found on the [Searchlight Query
An API Key is an authentication token that you may use with the Lockstep API. Because API Keys do not have an expiration date, they are well suited for unattended processes. Each API Key is associated with a user, and may be revoked to prevent it from accessing the Lockstep API. When you create an API Key, make sure to save the value in a secure location. Lockstep cannot retrieve an API Key once it is created. For more information, see [API Keys](https://developer.lockstep.io/docs/api-keys).
28
-
25
+
Retrieves the API Key with this identifier.
26
+
27
+
An API Key is an
28
+
authentication token that you may use with the Lockstep API. Because API
29
+
Keys do not have an expiration date, they are well suited for unattended
30
+
processes. Each API Key is associated with a user, and may be revoked to
31
+
prevent it from accessing the Lockstep API. When you create an API Key,
32
+
make sure to save the value in a secure location. Lockstep cannot
33
+
retrieve an API Key once it is created. For more information, see [API
To fetch additional data on this object, specify the list of elements to retrieve. No collections are currently available but may be offered in the future.
40
+
To fetch additional data on this object, specify the list of elements to
41
+
retrieve. No collections are currently available but may be offered in
Immediately revokes the API Key with the specified id so it cannot be used to call the API. The Lockstep Platform guarantees that revocation will be received by all servers within five minutes of revocation. API calls made using this API key after the revocation will fail. A revoked API Key cannot be un-revoked and may be removed 60 days after revocation.
42
-
43
-
An API Key is an authentication token that you may use with the Lockstep API. Because API Keys do not have an expiration date, they are well suited for unattended processes. Each API Key is associated with a user, and may be revoked to prevent it from accessing the Lockstep API. When you create an API Key, make sure to save the value in a secure location. Lockstep cannot retrieve an API Key once it is created. For more information, see [API Keys](https://developer.lockstep.io/docs/api-keys).
44
-
49
+
Immediately revokes the API Key with the specified id so it cannot be
50
+
used to call the API. The Lockstep Platform guarantees that revocation
51
+
will be received by all servers within five minutes of revocation. API
52
+
calls made using this API key after the revocation will fail. A revoked
53
+
API Key cannot be un-revoked and may be removed 60 days after
54
+
revocation.
55
+
56
+
An API Key is an authentication token that you may use
57
+
with the Lockstep API. Because API Keys do not have an expiration date,
58
+
they are well suited for unattended processes. Each API Key is
59
+
associated with a user, and may be revoked to prevent it from accessing
60
+
the Lockstep API. When you create an API Key, make sure to save the
61
+
value in a secure location. Lockstep cannot retrieve an API Key once it
An API Key is an authentication token that you may use with the Lockstep API. Because API Keys do not have an expiration date, they are well suited for unattended processes. Each API Key is associated with a user, and may be revoked to prevent it from accessing the Lockstep API. When you create an API Key, make sure to save the value in a secure location. Lockstep cannot retrieve an API Key once it is created. For more information, see [API Keys](https://developer.lockstep.io/docs/api-keys).
58
-
74
+
Creates an API key with the specified name.
75
+
76
+
An API Key is an
77
+
authentication token that you may use with the Lockstep API. Because API
78
+
Keys do not have an expiration date, they are well suited for unattended
79
+
processes. Each API Key is associated with a user, and may be revoked to
80
+
prevent it from accessing the Lockstep API. When you create an API Key,
81
+
make sure to save the value in a secure location. Lockstep cannot
82
+
retrieve an API Key once it is created. For more information, see [API
Queries API Keys for this user using the specified filtering, sorting, nested fetch, and pagination rules requested. An API Key is an authentication token that you may use with the Lockstep API. Because API Keys do not have an expiration date, they are well suited for unattended processes. Each API Key is associated with a user, and may be revoked to prevent it from accessing the Lockstep API. When you create an API Key, make sure to save the value in a secure location. Lockstep cannot retrieve an API Key once it is created. For more information, see [API Keys](https://developer.lockstep.io/docs/api-keys).
70
-
94
+
Queries API Keys for this user using the specified filtering, sorting,
95
+
nested fetch, and pagination rules requested. An API Key is an
96
+
authentication token that you may use with the Lockstep API. Because API
97
+
Keys do not have an expiration date, they are well suited for unattended
98
+
processes. Each API Key is associated with a user, and may be revoked to
99
+
prevent it from accessing the Lockstep API. When you create an API Key,
100
+
make sure to save the value in a secure location. Lockstep cannot
101
+
retrieve an API Key once it is created. For more information, see [API
To fetch additional data on this object, specify the list of elements to retrieve. No collections are currently available but may be offered in the future.
109
+
To fetch additional data on this object, specify the list of elements to
110
+
retrieve. No collections are currently available but may be offered in
111
+
the future.
77
112
order : str
78
-
The sort order for this query. See See [Searchlight Query Language](https://developer.lockstep.io/docs/querying-with-searchlight)
113
+
The sort order for this query. See See [Searchlight Query
0 commit comments