tags:

views:

134

answers:

1

I'm trying to write an interface between a home-grown project management system and Serena Mariner. (The bigwigs like to read Mariner, the worker bees like to write to the home grown system.)

How can I (programmatically?) figure out what Attribute Keys are available?

I'm actually writing the interface in PHP, but any advice would be much appreciated.

+1  A: 

Mariner seems to have an API for working with the system. Otherwise, it might be better to ask at the Mariner Support Forum.

Update: I took a little bit more of a look at the API and it doesn't specify the attributes, which is what your question is about. I guess the support forum is the better bet then.

MDCore