API to get detail data for a module ID

Options
edithm
edithm Member, ALL USERS Posts: 5 New Contributor

Hello, I'm using RestAPI https://api.anaplan.com/2/0/workspaces/{workspacesID}/models/{modelID}/modules to get the list of modules available for a Budget Model.  Is there an API to get the data details or items behind the module ID?  I tried using the API to get the file details, but did not work.  /workspaces/{workspacesID}/models/{modelID}/files/{moduleID}

 

Thank in advance for your help. 

Comments

  • edithm
    edithm Member, ALL USERS Posts: 5 New Contributor
    Thanks for the response @TrentB. After files is the ModuleID, not the [modelID]. When I remove the ModuleID, I do get a list of files. Are these Files the same as Modules?
  • edithm
    edithm Member, ALL USERS Posts: 5 New Contributor
    That's correct, I did get a list of Modules. Is there a way to pass the Module ID to get the detail data or items behind that Module? Just like I get the list of files and there's the API to get the data details for that file.
  • edithm
    edithm Member, ALL USERS Posts: 5 New Contributor
    Thanks again for your input. Have a great day : )