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
$folderUuid = BhVzRcxH9Z2LgfPPGXFUBa; // string | The UUID of the folder where the documents are stored.
638
638
$formId = BhVzRcxH9Z2LgfPPGXFUBa; // string | Specify the form used for documents creation. This parameter can't be used with template_id.
639
639
$membershipId = BhVzRcxH9Z2LgfPPGXFUBa; // string | Returns results where 'membership_id' is present in document as owner (should be member uuid)
640
-
$metadata = 'metadata_example'; // string | Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required.
640
+
$metadata = ["metadata_opportunity_id=2181432","metadata_custom_key=custom_value"]; // string[] | Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required.
641
641
$modifiedFrom = 2021-10-27T15:22:23.132757Z; // string | Return results where the `date_modified` field (iso-8601) is greater than or equal to this value.
642
642
$modifiedTo = 2021-10-27T15:22:23.132757Z; // string | Return results where the `date_modified` field (iso-8601) is less than this value.
643
643
$orderBy = name; // \PandaDoc\Client\Model\DocumentOrderingFieldsEnum | Specify the order of documents to return. Use `value` (for example, `date_created`) for ASC and `-value` (for example, `-date_created`) for DESC.
@@ -671,7 +671,7 @@ Name | Type | Description | Notes
671
671
**folderUuid** | **string**| The UUID of the folder where the documents are stored. | [optional]
672
672
**formId** | **string**| Specify the form used for documents creation. This parameter can't be used with template_id. | [optional]
673
673
**membershipId** | **string**| Returns results where 'membership_id' is present in document as owner (should be member uuid) | [optional]
674
-
**metadata** | **string**| Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. | [optional]
674
+
**metadata** | [**string[]**](../Model/string.md)| Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. | [optional]
675
675
**modifiedFrom** | **string**| Return results where the `date_modified` field (iso-8601) is greater than or equal to this value. | [optional]
676
676
**modifiedTo** | **string**| Return results where the `date_modified` field (iso-8601) is less than this value. | [optional]
677
677
**orderBy** | [**\PandaDoc\Client\Model\DocumentOrderingFieldsEnum**](../Model/.md)| Specify the order of documents to return. Use `value` (for example, `date_created`) for ASC and `-value` (for example, `-date_created`) for DESC. | [optional]
Copy file name to clipboardExpand all lines: src/Api/DocumentsApi.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3330,7 +3330,7 @@ public function downloadProtectedDocumentRequest($id)
3330
3330
* @param string $folderUuid The UUID of the folder where the documents are stored. (optional)
3331
3331
* @param string $formId Specify the form used for documents creation. This parameter can't be used with template_id. (optional)
3332
3332
* @param string $membershipId Returns results where 'membership_id' is present in document as owner (should be member uuid) (optional)
3333
-
* @param string $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3333
+
* @param string[] $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3334
3334
* @param string $modifiedFrom Return results where the `date_modified` field (iso-8601) is greater than or equal to this value. (optional)
3335
3335
* @param string $modifiedTo Return results where the `date_modified` field (iso-8601) is less than this value. (optional)
3336
3336
* @param \PandaDoc\Client\Model\DocumentOrderingFieldsEnum $orderBy Specify the order of documents to return. Use `value` (for example, `date_created`) for ASC and `-value` (for example, `-date_created`) for DESC. (optional)
@@ -3367,7 +3367,7 @@ public function listDocuments($completedFrom = null, $completedTo = null, $conta
3367
3367
* @param string $folderUuid The UUID of the folder where the documents are stored. (optional)
3368
3368
* @param string $formId Specify the form used for documents creation. This parameter can't be used with template_id. (optional)
3369
3369
* @param string $membershipId Returns results where 'membership_id' is present in document as owner (should be member uuid) (optional)
3370
-
* @param string $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3370
+
* @param string[] $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3371
3371
* @param string $modifiedFrom Return results where the `date_modified` field (iso-8601) is greater than or equal to this value. (optional)
3372
3372
* @param string $modifiedTo Return results where the `date_modified` field (iso-8601) is less than this value. (optional)
3373
3373
* @param \PandaDoc\Client\Model\DocumentOrderingFieldsEnum $orderBy Specify the order of documents to return. Use `value` (for example, `date_created`) for ASC and `-value` (for example, `-date_created`) for DESC. (optional)
@@ -3560,7 +3560,7 @@ public function listDocumentsWithHttpInfo($completedFrom = null, $completedTo =
3560
3560
* @param string $folderUuid The UUID of the folder where the documents are stored. (optional)
3561
3561
* @param string $formId Specify the form used for documents creation. This parameter can't be used with template_id. (optional)
3562
3562
* @param string $membershipId Returns results where 'membership_id' is present in document as owner (should be member uuid) (optional)
3563
-
* @param string $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3563
+
* @param string[] $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3564
3564
* @param string $modifiedFrom Return results where the `date_modified` field (iso-8601) is greater than or equal to this value. (optional)
3565
3565
* @param string $modifiedTo Return results where the `date_modified` field (iso-8601) is less than this value. (optional)
3566
3566
* @param \PandaDoc\Client\Model\DocumentOrderingFieldsEnum $orderBy Specify the order of documents to return. Use `value` (for example, `date_created`) for ASC and `-value` (for example, `-date_created`) for DESC. (optional)
@@ -3600,7 +3600,7 @@ function ($response) {
3600
3600
* @param string $folderUuid The UUID of the folder where the documents are stored. (optional)
3601
3601
* @param string $formId Specify the form used for documents creation. This parameter can't be used with template_id. (optional)
3602
3602
* @param string $membershipId Returns results where 'membership_id' is present in document as owner (should be member uuid) (optional)
3603
-
* @param string $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3603
+
* @param string[] $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3604
3604
* @param string $modifiedFrom Return results where the `date_modified` field (iso-8601) is greater than or equal to this value. (optional)
3605
3605
* @param string $modifiedTo Return results where the `date_modified` field (iso-8601) is less than this value. (optional)
3606
3606
* @param \PandaDoc\Client\Model\DocumentOrderingFieldsEnum $orderBy Specify the order of documents to return. Use `value` (for example, `date_created`) for ASC and `-value` (for example, `-date_created`) for DESC. (optional)
@@ -3666,7 +3666,7 @@ function ($exception) {
3666
3666
* @param string $folderUuid The UUID of the folder where the documents are stored. (optional)
3667
3667
* @param string $formId Specify the form used for documents creation. This parameter can't be used with template_id. (optional)
3668
3668
* @param string $membershipId Returns results where 'membership_id' is present in document as owner (should be member uuid) (optional)
3669
-
* @param string $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3669
+
* @param string[] $metadata Specify metadata to filter by in the format of `metadata_{metadata-key}={metadata-value}` such as `metadata_opportunity_id=2181432`. The `metadata_` prefix is always required. (optional)
3670
3670
* @param string $modifiedFrom Return results where the `date_modified` field (iso-8601) is greater than or equal to this value. (optional)
3671
3671
* @param string $modifiedTo Return results where the `date_modified` field (iso-8601) is less than this value. (optional)
3672
3672
* @param \PandaDoc\Client\Model\DocumentOrderingFieldsEnum $orderBy Specify the order of documents to return. Use `value` (for example, `date_created`) for ASC and `-value` (for example, `-date_created`) for DESC. (optional)
0 commit comments