Hide Table of Contents
PDM Pro API Web Service
Postapi/{vaultName}/folders/info
PDM Pro API Web Service > Folder Resource Group : api/{vaultName}/folders/info (Post)
Description
POST: api/{VaultName}/folders/info Get folder info

 

Gets information about specified folders in the specified vault.

Parameters
NameDescriptionData Type
(URI parameter) Name of vaultstring

(Response) Warning message

 

Member of FolderInfoExtended model

string

(Response) Folder model that consists of:

  

  • Folder ID
  • Folder path

Member of FolderInfoExtended model

 

Folder

(Response) Folder name

 

Member of FolderInfoExtended model

 

string

(Response) ID of parent folder

 

Member of FolderInfoExtended model

 

integer
Request (application/json, text/json)

Array of folder IDs as body parameter

Sample Data

[
  1,
  2
]
Request (application/xml, text/xml)

Array of folder IDs as body parameter

Sample Data

<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>
Request (application/x-www-form-urlencoded)

Array of folder IDs as body parameter
Response (application/json, text/json)

Sample Data

[
  {
    "WarningMessage": "sample string 1",
    "Folder": {
      "FolderId": 1,
      "FolderPath": "sample string 2"
    },
    "FolderName": "sample string 2",
    "ParentFolderId": 3
  },
  {
    "WarningMessage": "sample string 1",
    "Folder": {
      "FolderId": 1,
      "FolderPath": "sample string 2"
    },
    "FolderName": "sample string 2",
    "ParentFolderId": 3
  }
]
Response (application/xml, text/xml)

Sample Data

<ArrayOfFolderInfoExtended xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SWPDM.Models">
  <FolderInfoExtended>
    <Folder>
      <FolderId>1</FolderId>
      <FolderPath>sample string 2</FolderPath>
    </Folder>
    <FolderName>sample string 2</FolderName>
    <ParentFolderId>3</ParentFolderId>
    <WarningMessage>sample string 1</WarningMessage>
  </FolderInfoExtended>
  <FolderInfoExtended>
    <Folder>
      <FolderId>1</FolderId>
      <FolderPath>sample string 2</FolderPath>
    </Folder>
    <FolderName>sample string 2</FolderName>
    <ParentFolderId>3</ParentFolderId>
    <WarningMessage>sample string 1</WarningMessage>
  </FolderInfoExtended>
</ArrayOfFolderInfoExtended>
See Also


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   api/{vaultName}/folders/info (Post)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2024 SP03

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.