Get the "Project Sharing" settings from a template through the API | Community
Skip to main content
tibormolnar
Level 4
March 26, 2026
Solved

Get the "Project Sharing" settings from a template through the API

  • March 26, 2026
  • 1 reply
  • 30 views

Hi All,

I am trying to query / pull the “Project Sharing” settings of a project template via the Workfront API / in Fusion, but can’t figure out how to do this.

The accessRules collection includes only the “Template Sharing” settings, but not the “Project Sharing” settings.

Does anyone have an idea on how to do it? Or this not supported currently by the (versioned) API?

Thank you,

Tibor

Best answer by skyehansen

I think it’s the access rule preference (arpref)… and you are correct; it’s not versioned.

1 reply

skyehansen
Community Advisor and Adobe Champion
skyehansenCommunity Advisor and Adobe ChampionAccepted solution
March 26, 2026

I think it’s the access rule preference (arpref)… and you are correct; it’s not versioned.

tibormolnar
Level 4
April 2, 2026

Thank you, ​@skyehansen . This helped.

Capturing here the results of our discovery:

fields=accessRulePreferences:* (in a GET request to the tmpl API endpoint) gives us the “Project Sharing settings” of a Template. But this works only on the internal API, not on the versioned API.