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
Copy file name to clipboardExpand all lines: docs/docs/Overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This API employs advanced authentication methods to ensure secure and efficient
44
44
- Retrieve audit records: Access comprehensive records from AvePoint Online Services.
45
45
- Streamline partner operations on customer management: Enhance efficiency in handling customer data and interactions through the Elements platform.
46
46
- Job information retrieval: Obtain detailed job data from AvePoint's Cloud Backup solutions for Microsoft 365, Microsoft Azure, AWS, Dynamics 365, and Google Workspace.
47
-
- EnPower data retrieval: Access and manage Power Platform data including environments, connections, Power Apps, Power Automate Cloud Flows, adn Power BI artifacts.
47
+
- EnPower data retrieval: Access and manage Power Platform data including environments, connections, Power Apps, Power Automate Cloud Flows, and Power BI artifacts.
48
48
- Insights data retrieval: Access detailed reports and data insights from Insights for Microsoft 365.
49
49
- AvePoint Opus data management: Submit records to AvePoint Opus, retrieve due records, and destroy records.
Copy file name to clipboardExpand all lines: docs/docs/services-and-features/opus/destroy-records.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The API response provides the outcome of the request.
41
41
42
42
## Request Sample
43
43
44
-
To use this API, send a `DELETE` request to the specified endpoint, including necessary parameters. The following request structure is designed to update the status of records as Destroyed in AvePoint Opus.
44
+
To use this API, send a `DELETE` request to the specified endpoint, including necessary parameters as defined. The following request is an API call to the AvePoint Opus environment in the US - East region.
Copy file name to clipboardExpand all lines: docs/docs/services-and-features/opus/retrieve-due-records.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Each record retrieved through the API includes detailed attributes.
56
56
57
57
## Request Sample
58
58
59
-
The following request structure is designed to retrieve records whose disposal due date is earlier than the specified time.
59
+
To use this API, send a `GET` request to the specified endpoint, including necessary parameters as defined. The following request is an API call to the AvePoint Opus environment in the US - East region.
Copy file name to clipboardExpand all lines: docs/docs/services-and-features/opus/submit-records.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,14 @@ The API requires multiple parameters to submit records to AvePoint Opus.
40
40
[comment: the confilictOption in the response contains spelling error, but we have to keep it now]: #
41
41
42
42
> [!NOTE]
43
-
> For the **Choice (single selection)** type of column, the value must be the option order, instead of the option name; for the **Choice (multiple selections)** type of column, the value must be the option orders separated with a comma in square brackets; for the **Person or Group** type of column, the value must be the full email address of users and/or groups separated with a comma in square brackets. If the user or email does not exist in AvePoint Opus, AvePoint Opus will query the user or group in the Microsoft Entra that is authorized via the app profile in AvePoint Online Services.
43
+
> AvePoint Opus supports creating custom columns of different types to meet your requirements for variable record properties. When submitting records with custom columns, enter the internal name of each custom column you have defined in the connection. Values of custom columns are optional. For details, refer to [Create Connections](https://cdn.avepoint.com/assets/webhelp/avepoint-opus/index.htm#!Documents/createconnections.htm).
44
+
>- For the **Single line of text** type of column, value should be a single of text.
45
+
>- For the **Multiple lines of text** type of column, value should be multiple lines of text.
46
+
>- For the **Date and Time** type of column, value should be a date and/or time.
47
+
>- For the **Choice (single selection)** type of column, value should be the numerical order of the correct option.
48
+
>- For the **Choice (multiple selections)** type of column, value should be the numerical orders of the correct options separated by commas in square brackets.
49
+
>- For the **Person or Group** type of column, value should be the full email address of users and/or groups separated by commas in square brackets. If the user or group does not exist in AvePoint Opus, AvePoint Opus will query it in the Microsoft Entra that is authorized via the app profile in AvePoint Online Services.
50
+
>- For the **Number** type of column, value should be a number.
44
51
45
52
## Response
46
53
@@ -54,7 +61,7 @@ The API response provides the outcome of the request.
54
61
55
62
## Request Sample
56
63
57
-
To use this API, send a `POST` request to the specified endpoint, including necessary parameters.
64
+
To use this API, send a `POST` request to the specified endpoint, including necessary parameters as defined. The following request is an API call to the AvePoint Opus environment in the US - East region.
0 commit comments